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
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!