ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula for 6 lowest #'s in a range then average of them. (https://www.excelbanter.com/excel-discussion-misc-queries/220880-formula-6-lowest-s-range-then-average-them.html)

Douno

Formula for 6 lowest #'s in a range then average of them.
 
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?

Sandy

Formula for 6 lowest #'s in a range then average of them.
 
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?



Mike H

Formula for 6 lowest #'s in a range then average of them.
 
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?



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

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