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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!