ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   help with an average formula (https://www.excelbanter.com/excel-worksheet-functions/179086-help-average-formula.html)

gnasher

help with an average formula
 
I need a formula to find the average of the best 8 scores of anywhere
between 8 and 15 scores

Thanks in advance


T. Valko

help with an average formula
 
I'm assuming the best scores are the highest scores.

=IF(COUNT(A1:A15)<8,"insufficient
data",AVERAGE(LARGE(A1:A15,{1,2,3,4,5,6,7,8})))

If there will *always* be at least 8 values then:

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


--
Biff
Microsoft Excel MVP


"gnasher" wrote in message
...
I need a formula to find the average of the best 8 scores of anywhere
between 8 and 15 scores

Thanks in advance





All times are GMT +1. The time now is 02:43 PM.

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