How to use earliest start date when using mutiple start-to-start predecessors
Trying to use mutiple start-to-start predecessors on a task.
It ends up using the latest start date for mutiple tasks. I want it to use the earliest start date.
Is this possible?
Best Answers
-
If it is okay to put all the predecessors under a parent row, you can set the parent-row SS to use the earliest start date of multiple predecessor tasks.
The parent rollup functionality ensures that the parent row gets the earliest start date from all of its child rows.
https://app.smartsheet.com/b/publish?EQBCT=29e4f7c0cce244e6ac4d0893cbbb4f3d
If you can not use the parent row, you can use a separate sheet to get the earliest start of the predecessors and create a link from the date.
A formula to get the earliest Start Date from the multiple predeccessors
=MIN({Start: Task 1}, {Start: Task 2}, {Start: Task 3}, {Start: Task 4}, {Start: Task 5})
We use a link because formulas cannot be entered in the Start column when dependencies are enabled in the project settings. To overcome this limitation, you can create formulas in a separate sheet to calculate dates and then link them back to the target sheet's date cell.
A separate sheet to get the earliest start of the predecessors
https://app.smartsheet.com/b/publish?EQBCT=f02a375446ca4986a4799e5fe627e968
The range {Start: Task1}
-
Glad I could help! Upvote for more!😁
Answers
-
If it is okay to put all the predecessors under a parent row, you can set the parent-row SS to use the earliest start date of multiple predecessor tasks.
The parent rollup functionality ensures that the parent row gets the earliest start date from all of its child rows.
https://app.smartsheet.com/b/publish?EQBCT=29e4f7c0cce244e6ac4d0893cbbb4f3d
If you can not use the parent row, you can use a separate sheet to get the earliest start of the predecessors and create a link from the date.
A formula to get the earliest Start Date from the multiple predeccessors
=MIN({Start: Task 1}, {Start: Task 2}, {Start: Task 3}, {Start: Task 4}, {Start: Task 5})
We use a link because formulas cannot be entered in the Start column when dependencies are enabled in the project settings. To overcome this limitation, you can create formulas in a separate sheet to calculate dates and then link them back to the target sheet's date cell.
A separate sheet to get the earliest start of the predecessors
https://app.smartsheet.com/b/publish?EQBCT=f02a375446ca4986a4799e5fe627e968
The range {Start: Task1}
-
That is awesome! Can't wait to go and try it out. I was wondering about formulas but hadn't made the leap to using a seperate sheet. Thank you!
-
Glad I could help! Upvote for more!😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!