ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Average top 10 or bottom 10 (https://www.excelbanter.com/excel-worksheet-functions/27757-average-top-10-bottom-10-a.html)

LRS

Average top 10 or bottom 10
 
Is there a way to get an average of the top 10 records (or bottom 10) in a
column of numbers (sometimes formatted as $'s sometimes as %'s), other than
sorting and counting ten cells?
The cells are already defined in the function MAX(A1:A220) and I was hoping
to just replace the "MAX" with the appropriate function(s).

Thanks!

N Harkawat

=SUMPRODUCT(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))/10

bottom 10

=SUMPRODUCT(small(A1:A100,{1,2,3,4,5,6,7,8,9,10}))/10

"LRS" wrote in message
...
Is there a way to get an average of the top 10 records (or bottom 10) in a
column of numbers (sometimes formatted as $'s sometimes as %'s), other
than
sorting and counting ten cells?
The cells are already defined in the function MAX(A1:A220) and I was
hoping
to just replace the "MAX" with the appropriate function(s).

Thanks!




Ron Rosenfeld

On Wed, 25 May 2005 10:54:09 -0700, LRS wrote:

Is there a way to get an average of the top 10 records (or bottom 10) in a
column of numbers (sometimes formatted as $'s sometimes as %'s), other than
sorting and counting ten cells?
The cells are already defined in the function MAX(A1:A220) and I was hoping
to just replace the "MAX" with the appropriate function(s).

Thanks!


=AVERAGE(LARGE(A1:A220,{1,2,3,4,5,6,7,8,9,10}))


--ron

LRS

Thanks for such quick responses!

"Ron Rosenfeld" wrote:

On Wed, 25 May 2005 10:54:09 -0700, LRS wrote:

Is there a way to get an average of the top 10 records (or bottom 10) in a
column of numbers (sometimes formatted as $'s sometimes as %'s), other than
sorting and counting ten cells?
The cells are already defined in the function MAX(A1:A220) and I was hoping
to just replace the "MAX" with the appropriate function(s).

Thanks!


=AVERAGE(LARGE(A1:A220,{1,2,3,4,5,6,7,8,9,10}))


--ron



All times are GMT +1. The time now is 05:57 PM.

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