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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!