How to calculate due dates based on 2 criteria fields
I want to have the due date column auto populate based on project start date and # of days for each category. Is this possible?
So all tasks in project level rows would be due 30 days from start date, all EVAC tasks would be due 90 days from project start date.
Answers
-
The way that your sheet is currently set up, assuming that the first row in the picture is Row 1 ->
For Planning Level:
=DATE(VALUE(RIGHT($[Step/Phase]$2, 4)), VALUE(LEFT($[Step/Phase]$2, 1)), VALUE(MID($[Step/Phase]$2, 3, 1))) + $[Step/Phase]$3
For EVAC Tasks:
=DATE(VALUE(RIGHT($[Step/Phase]$2, 4)), VALUE(LEFT($[Step/Phase]$2, 1)), VALUE(MID($[Step/Phase]$2, 3, 1))) + $[Step/Phase]$4
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 213 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!