Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Need a formula that will pick out the 6 lowest numbers in a range, then give
an average of those 6 numbers. Can anyone help? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Check this out (from http://www.cpearson.com/excel/excelF.htm)
Averaging The Lowest N Numbers In A Range To average the N smallest numbers in a range, use the array formula =AVERAGE(SMALL(A1:A60,ROW(INDIRECT("1:10")))) Change "1:10" to "1:N" where N is the number of values to average. In all of the formulas above, you can use =SUM instead of =AVERAGE to sum, rather than average, the numbers. Sandy "Douno" wrote in message ... Need a formula that will pick out the 6 lowest numbers in a range, then give an average of those 6 numbers. Can anyone help? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=AVERAGE(SMALL(A1:A10,{1,2,3,4,5,6})) Mike "Douno" wrote: Need a formula that will pick out the 6 lowest numbers in a range, then give an average of those 6 numbers. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average of lowest 6 from a range - 1 attachment | Excel Worksheet Functions | |||
Average of lowest 5 of 20 values? | Excel Worksheet Functions | |||
Formula for displaying the lowest number of a range? | Excel Worksheet Functions | |||
Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc | Excel Discussion (Misc queries) | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions |