I need to add the number of days in one cell to start date and it needs to be in workdays
Murph
✭✭
I have one column with my start dates and a second column with a varying number of days that need to be added to the start date, and I want the resultant date to be in workdays. I have tried various formulas and have not been able to find one that pulls the value in the second column to add to the start date. Suggestions?
Tags:
Best Answers
-
Try something like this:
=WORKDAY([Start Date]@row, [Number Column Name]@row)
-
Answers
-
Try something like this:
=WORKDAY([Start Date]@row, [Number Column Name]@row)
-
Thank you. That worked! I was putting a + instead of a comma between the two cells.
-
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!