Number of working days between dates and if blank number of days through today
Hello, I need help expanding this formula. Currently using IFERROR to calculate the range between columns Project Request Date and Project End Date, if the Project End Date is blank it returns blank; What I would like to happen is the same calculation BUT if the Project End Date is blank (because project is in progress) it needs to calculate the dates between the Project Request Date and Today.
Best Answer
-
Using and IF statement, this should work. so IFERROR(IF([Project End Date]@row <>"", NETWORKDAYS([Project Request Date]@row,[Project End Date]@row), NETWORKDAYS([Project Request Date]@row, TODAY())),""
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
Answers
-
Using and IF statement, this should work. so IFERROR(IF([Project End Date]@row <>"", NETWORKDAYS([Project Request Date]@row,[Project End Date]@row), NETWORKDAYS([Project Request Date]@row, TODAY())),""
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
-
That worked. Thank you so much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!