Averaging sub categories from the bottom up

erikpendragon

New Member
Joined
Aug 23, 2017
Messages
1
How can i average each lower level sub group and put its value in its upper level. ex

Average all the numbers in E that are a 4 and place the result above in the 3 spot.
Average all the numbers in E that are a 5 and place the result above in the 3 spot.
Average all the numbers in E that are a 7 and place the result above in the 6 spot.
Average all the numbers in E that are a 8 and place the result above in the 6 spot.
Average all the numbers in E that are a 3 and place the result above in the 2 spot.
Average all the numbers in E that are a 6 and place the result above in the 2 spot.
Average all the numbers in E that are a 2 and place the result above in the 1 spot.

i can do this manually
=IFERROR(ROUND(AVERAGE(G6:G9),0),"")
=IFERROR(ROUND(AVERAGE(G5,G10),0),"")
but this doenst update properly if i add a new task.
How can i set this up to do it automaticly.

ABCDE
Build Docs 1
Sub Cover Doc MAP12
Make Doc3
Gather Data4
Build Doc4
Review4
Build4
Release Doc3
Move Doc to "In Review"5
Email Manager for review signoff5
Create PDF copy and move to "Released MAPs"5
Sub Closed Knob Doc MAP22
Make Doc6
Gather Data7
Build Doc7
Review7
Build7
Release Doc6
Move Doc to "In Review"8
Email Manager for review signoff8
Create PDF copy and move to "Released MAPs"8

<colgroup><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,215,249
Messages
6,123,882
Members
449,130
Latest member
lolasmith

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top