Count days between project start and Go Live
Hello,
I am trying to create a 'countdown timer' for my dashboard to tell users how many days remain to project Go Live from whatever the date is. The current formula I am using is:
=NETWORKDAYS([Start Date]1, [Due Date]1,[holidays])
and I am receiving the message #UNPARSEABLE
I am uncertain what I am doing incorrectly.
Answers
-
I have never been able to get it to work with the [holidays] you have to manually put in the dates to exclude holidays or make sure you have holidays in the project settings of your sheet and it will automatically exclude the holidays without putting anything in when you use the NETWORKDAYS formula.
=NETWORKDAYS([Start Date]1, [Due Date]1,DATE(2023,7.4))
Or if you have it set up in project settings you will just need to use
=NETWORKDAYS([Start Date]1, [Due Date]1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!