Setting Task Due Dates Based on Project Due Date (Retroactively)
I need to create a sheet/template where the due dates of tasks are based on the project's due date (i.e., I want to "back into" the project due date). I assume formulas or helper columns might be necessary to accomplish this (e.g., =Projectt_Due_Date-90, etc.), but I can't wrap my head around how to do this using dependencies. Any assistance would be greatly appreciated!
Best Answer
-
Hi Tony! I remember having a similar issue and when I searched around and I couldn't use dependencies for this (I forget why, sorry), but I found a different way:
Have the helper row (the light grey in the picture below, my row #35) label the start and end date of the entire project.
Each task will have this formula for the start date and end date: =IF(ISDATE([End Date]35), [End Date]35 - 61, "TBD")
You change the bold number to the number of days prior to the project end date that you want each task done by. Does that work for you?
Answers
-
Hi Tony! I remember having a similar issue and when I searched around and I couldn't use dependencies for this (I forget why, sorry), but I found a different way:
Have the helper row (the light grey in the picture below, my row #35) label the start and end date of the entire project.
Each task will have this formula for the start date and end date: =IF(ISDATE([End Date]35), [End Date]35 - 61, "TBD")
You change the bold number to the number of days prior to the project end date that you want each task done by. Does that work for you?
-
Thanks, Mel! I'll try this out. I was able to create small formulas for each task's start/due date to accommodate my needs for now.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!