Create a Formula to count Working Days between a Due Date and Current Date
Hi There,
I have figured out the Formula NETWORKDAYS. It is doing what I ask,
BUT it if I drag the formula down it want to take the next row at Column - Today Date.
I tried putting a $ sign like you would do in Excel to lock the formula on the one cell. As shown below but it's not locking to the 1st Row at Column - Today Date.
Is there a formula that will automatically work on the Current Date. So I don't have to have a cell with Current date =[Today() ].
My object is to Calculate how many working days are between the Due Date Column and the current days.
Your help would be highly appreciated.
Regards Theo Seale
Best Answers
-
Theo,
Try using the following
=NETWORKDAYS([Test 1]@row, TODAY())
That will calculate the number of days, always using today's date.
I hope that helps.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Hi Frank.
Thank you, your formula is working perfectly.
Answers
-
Theo,
Try using the following
=NETWORKDAYS([Test 1]@row, TODAY())
That will calculate the number of days, always using today's date.
I hope that helps.
Frank Smith, PMP
Assistant Director | IT Special Projects Mgr.
Oregon Parks & Recreation Department
If my response helps, please mark it as an accepted answer. 😎
-
Hi Frank.
Thank you, your formula is working perfectly.
-
Does this work when the date you're using in the formula is not an @row cell but just a cell in the same column as the formula? I can't seem to get it to work. I am plugging in dates based on a list of items we have, all based on one date. I want to calculate working days, but I tried the formula listed earlier in this thread with no luck. Any ideas?
-
Hi @Mimi H
Yes, you can reference a date earlier in the same Date column!
The current formula you have is simply subtracting days from the Due Date in cell 3. If you're looking to subtract work days, try this function:
E.g:
=WORKDAY([Due Date]3, -45)
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!