Need a formula for % complete for all phases on the parent project summary row. Row is non editable
I need an average formula in the parent project summary (row 23). Formula should include all phases (initiating, planning, executing, closing). The parent row is un-editable and not allowing me to enter a formula.
Best Answer
-
Hi @Nikki G
If you indent all phases so that «SCC Project Name» is the top level parent to all, then everything will roll up to that row. You might need to adust the conditional formatting to keep the look of this sheet with the Dark Blue but that should do what you want. It will also rollup you Start and Finish dates for the whole project too.
I hope that helps.
Matt
Answers
-
Hi @Nikki G
If you indent all phases so that «SCC Project Name» is the top level parent to all, then everything will roll up to that row. You might need to adust the conditional formatting to keep the look of this sheet with the Dark Blue but that should do what you want. It will also rollup you Start and Finish dates for the whole project too.
I hope that helps.
Matt
-
Hi @Nikki G,
For the Initiating, Planning, Executing, and Closing rows, you can use this formula to calculate the average of all of their children rows.
=AVG(CHILDREN())
For the «SCC Project Name» row, you cannot use the CHILDREN function since Initiating, Planning, Executing, and Closing are not children of the «SCC Project Name» row. So you must use a function like this:
=AVG([% Complete]28, [% Complete]35, [% Complete]42, [% Complete]47)
The numbers 28, 35, 42, and 47 represent the row numbers for Initiating, Planning, Executing, and Closing.
I hope this helps!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com)
SSFeatures - The browser extension that adds more features into SmartSheet.
- Report PDF generator that supports grouped and summarized reports
- Automatic sorting, sorting with filters, saving sort settings
- Hiding and unhiding columns, and spell checking
-
That worked! Thanks so much!
Help Article Resources
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
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!