Days Remaining until Due Date (minus weekends)
I have a countdown to the due date column, but right now it includes weekends. I would like to have business days only.
My original formula was:
The formula I thought would work was this, but got a #invalid data type error:
Any suggestions? Thank you!
Best Answer
-
Hi @Caryn ,
The NETWORKDAYS formula is slightly different than how you're trying to use it:
So in this case you would want the section of the formula dealing with this to be:
NETWORKDAYS(TODAY(),[Date Due]@row)
If there are any extra holiday days, you can add these in a column (on another sheet if necessary) and then put to have the section of the formula more like this (using a column called "Holidays" in this example):
NETWORKDAYS(TODAY(), [Due Date]@row, Holidays:Holidays)
Hope this is of assistance!
Answers
-
Hi @Caryn ,
The NETWORKDAYS formula is slightly different than how you're trying to use it:
So in this case you would want the section of the formula dealing with this to be:
NETWORKDAYS(TODAY(),[Date Due]@row)
If there are any extra holiday days, you can add these in a column (on another sheet if necessary) and then put to have the section of the formula more like this (using a column called "Holidays" in this example):
NETWORKDAYS(TODAY(), [Due Date]@row, Holidays:Holidays)
Hope this is of assistance!
-
Thank you very much! It worked:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!