Formula for 6 lowest #'s in a range then average of them.

D

Douno

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?
 
S

Sandy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top