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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!