Workday function

Colin Chee
✭✭
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.
Email : thinh.huynh@giathinh.tech
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.
Email : thinh.huynh@giathinh.tech -
Wow! Brilliant! It works like a charm! Didn't know such tricks exist! Many thanks!
-
You are welcome!
Gia Thinh Technology - Smartsheet Solution Partner.
Email : thinh.huynh@giathinh.tech
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!