Linking Epics Across Sprints
Hello Community,
I'm trying to rollup epics and themes that exist across multiple Sprints in my smartsheet. I've created parent and child relationships from a Phase level. I may have my parent-child relationships incorrect. Please take a look at my screenshot. Any help would be much appreciated.
I'm trying to roll up % complete and the start-finish dates to the epic, theme, and then to phase.
Thank you
Comments
-
Hello,
Thanks for your post, it looks like you want to roll-up the % Complete and Start/Finish dates in your sheet. If I'm understanding correctly, the hierarchy you've set up has Phase parent rows, Theme child rows, Epic grandchild rows, and I presume further hierarchy for tasks and subtasks as needed.
The hierarchy or indenting of the rows themselves looks to be setup correctly, however I noticed that the roll-up appears to be incorrect since the Phase has a Start Date of August 10, 2018 while the earliest date in any of the children appears to be August 27, 2018.
The easiest way to roll up the data in hierarchy will be to enable Dependencies in the Project Settings of your sheet. This will automatically populate any parent row with Date, % Complete, and Duration values based on the values of the associated child rows.
If you don't want to enable this setting, you'd likely want to use a few different formulas in each of the Parent Rows to roll up this information
- =MIN(CHILDREN([Start Date]@row) can be used to return the earliest Start Date from the child rows into the parent
- =MAX(CHILDREN([Finish Date]@row) can be used to return the latest Finish Date from the child rows into the parent
- =AVGW(CHILDREN([% Complete]@row), CHILDREN([Duration@row]) can be used to return a weighted % Complete from the child rows based on their respective Durations into the parent row.
Additional information about the features I mentioned above can be found here:
- Parent Rollup Functionality https://help.smartsheet.com/articles/765753-parent-rollup-functionality
- Enable Dependencies and Use Predecessors https://help.smartsheet.com/articles/765727-enabling-dependencies-using-predecessors
- MIN Function https://help.smartsheet.com/function/min
- MAX Function https://help.smartsheet.com/function/MAX
- CHILDREN Function https://help.smartsheet.com/function/children
- AVGW Function https://help.smartsheet.com/function/avgw
I hope this helps!
Kind regards,
Isaac
Smartsheet Support
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives