Remaining Working Days Calculation

johnpbauer
โญโญ
Howdy,
I have been looking at various community posts, and I am still unable to find an answer.
COLUMN D is DUE DATE
COLUMN E is WORKING DAYS REMAINING
Row 1, Column D date is 9/29/24. What is the formula I can use in Row 1, Column E that I can copy down the rest of the sheet?
Best Answers
-
=NETWORKDAYS(TODAY(),[DUE DATE]@row)
That should work. Right click the cell and make it a column formula to fill down.
-
That worked perfect! Thanks!
Answers
-
=NETWORKDAYS(TODAY(),[DUE DATE]@row)
That should work. Right click the cell and make it a column formula to fill down.
-
That worked perfect! Thanks!