Calculating the average of a column of cells that are populated by a formula

newbiecel

New Member
Joined
May 24, 2019
Messages
5
Hello, I am new and have no idea what I am asking but we all have to start somewhere so here goes...

I have rows of test scores for different students that at the end in a column are calculated to give me the average for each row

so there is an average function in each of the cells in that column

I would like to know the average score for that end column

So to recap...

I have rows with scores

At the end of the row a cell has the average function to calculate the average score for all the test results in that row

Now that column with the average result - I want at the bottom of the column a cell that displays the average from the row result averages

Can anyone give me a simple way to do this?

Thanks
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Welcome to the MrExcel Board.

An average of averages usually won't give you the right result, unless each individual average contains the same number of included items. If that's so, you can just use another AVERAGE function based on the bottom row. If not, you can use an AVERAGE function using the entire original range, something like:

=AVERAGE(B2:Z20)
 
Upvote 0
Thanks for the quick reply...

Sadly your first point of not using the "same number of included items" is true so your formula just returns an error

Can I copy the results from the row average cells to another group of cells and then use those to find the average?
 
Upvote 0
At this point, I'm having trouble picturing what your sheet looks like. This is my best guess:

ABCDEFGHIJ
1Name
2Test 1Test 2Test 3Test 4Test 5AverageCombined Average
3Amy998880959090.481.75
4Bob88568777
5Carlos98778887.66667
6Dierdre6677889910086
7Ed236610063
8Felice7070

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet4

Worksheet Formulas
CellFormula
H3=AVERAGE(B3:F3)
J3=AVERAGE(B3:F8)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



If this isn't right, let me know what it does look like, and how you want to see the results.
 
Upvote 0
Hi Eric

H3 to H8 is what I have now for each row so I can see the average for each students tests

B9 to F9 I have the average for each column so I know the average scores for the tests

Now image Imagine H9

There i want to show the average of the average for the rows average results - H3 to H8

I hope that is clear

Thanks, Gibby
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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