Parent Row Average formaule

Hi Team,
Can you please suggest how to add the Role up the Avg %s on the Parent row level. Here, all tasks A to D are indented under Project 1 on Smartsheet. Convert to Column formulae has been enabled for % column. Is there a way to get the Avg roll up % on Parent level.
I am aware on how to do that in Reports, but can we do on Sheet.
Answers
-
-
Hi Paul, Its a simple DIVIDE clubbed with IFERROR to populate the percentages.
SS "Report" have the functionality for Summarizing by columns so I could do it there.
But unsure how the parent row can capture the Avg of the 4 percentages for Project 1 under the % column.
-
You would need an IF statement that looks something along the lines of...
=IF(COUNT(CHILDREN()) = 0, child_row_formula, AVG(CHILDREN()))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives