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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!