Workday function
I am trying to use the "Workday" function. It requires the Start date and "duration".I tried to get the duration from the "duration" column of my Gantt chart but because it has a suffix of 'd' for days or 'w' for weeks, the function ends up with an error. It cannot handle that format. So I had to create another column and put =Duration@row which returns the number of working days and then I can refer to that cell. While that works, its clunky. Is there a better way?
Best Answer
-
Hello Colin,
Modify your formula by converting the Duration to a number as below. Hope it works for you.
=WORKDAY([Start Date]@row, Duration@row * 1)
Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Hello Colin,
Modify your formula by converting the Duration to a number as below. Hope it works for you.
=WORKDAY([Start Date]@row, Duration@row * 1)
Gia Thinh Technology - Smartsheet Solution Partner.
-
Wow! Brilliant! It works like a charm! Didn't know such tricks exist! Many thanks!
-
You are welcome!
Gia Thinh Technology - Smartsheet Solution Partner.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 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!