I have created a formula to track in progress orders by the number of days, =NETDAYS([Date Received]@row, TODAY())
I have the following columns created, Date Received, Date Completed, In Progress Days
This is a formula attached to the entire column, but I need cells for orders completed to stop counting as in progress.
Is there a way to stop days from counting once a date is added to the Date Completed column?