Looking for a formula to calculate the number of days in process until a completion date is entered? I would like the number of days in process to show for tracking, but stop calculating when a completion date has been entered.
=NETWORKDAYS([Received Date]@row, TODAY())
If I add 3/19/22 to the completion date column, the number of days in process will continue to increase.