How to calculate # of Working Dates from Start Date to Today if there is Text in another Column
I'm trying to see how many Working Days has passed from todays date when there is a Date in Project Start Date column and the # of Days from Project Start to Baseline column is "Not Yet Baselined".
If the # of Days from Project Start to Baseline column has a Date then # of Days of non-Baselined to Today should say "Baselined".
Thank you
Answers
-
If I understood you correctly, try this in # of Days of non-Baselined to Today
=IF(ISDATE([# of Days from Project Start to Baseline]@row), "Baselined", NETWORKDAYS([Project Start Date]@row, TODAY()))
Hope it helped!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!