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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!