Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula to find the average of the best 8 scores of anywhere
between 8 and 15 scores Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average Formula | Excel Discussion (Misc queries) | |||
A formula to AVERAGE IF but only average a set number of values | Excel Worksheet Functions | |||
average in formula? | Excel Discussion (Misc queries) | |||
Average Formula | Excel Discussion (Misc queries) | |||
how does one convert text to a formula "average(A:A)" to =average( | Excel Worksheet Functions |