ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I average a row of 13 enries using the 8 highest in value. (https://www.excelbanter.com/excel-discussion-misc-queries/253036-how-do-i-average-row-13-enries-using-8-highest-value.html)

jacqhty

How do I average a row of 13 enries using the 8 highest in value.
 
Entries in cells
E3 - 27
F3 - 35
G3 - 82
H3 - 15
I3 - 100
J3 - 86
K3 - 50
L3 - 51
M3 - 65
N3 - 19
O3 - 90
P3 - 12
Q3 - 85
I am using Excel 2003. I have a spreadsheet with many rows of information.
For each row I need to take the eight highest entries and find the average.

Per Jessen[_2_]

How do I average a row of 13 enries using the 8 highest in value.
 
Hi

You can use this:

=SUM(LARGE(E3:Q3,{1,2,3,4,5,6,7,8}))/8

Regards,
Per

On 12 Jan., 02:28, jacqhty wrote:
Entries in cells
E3 - 27
F3 - 35
G3 - 82
H3 - 15
I3 - 100
J3 - 86
K3 - 50
L3 - 51
M3 - 65
N3 - 19
O3 - 90
P3 - 12
Q3 - 85
I am using Excel 2003. I have a spreadsheet with many rows of information.
For each row I need to take the eight highest entries and find the average.



T. Valko

How do I average a row of 13 enries using the 8 highest in value.
 
Try this...

=AVERAGE(LARGE(E3:Q3,{1,2,3,4,5,6,7,8}))

Note that if there aren't at least 8 numbers in the range you'll get an
error.

--
Biff
Microsoft Excel MVP


"jacqhty" wrote in message
...
Entries in cells
E3 - 27
F3 - 35
G3 - 82
H3 - 15
I3 - 100
J3 - 86
K3 - 50
L3 - 51
M3 - 65
N3 - 19
O3 - 90
P3 - 12
Q3 - 85
I am using Excel 2003. I have a spreadsheet with many rows of information.
For each row I need to take the eight highest entries and find the
average.





All times are GMT +1. The time now is 04:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com