Hopefully I'm posting in the correct group for my question. I'm trying
to find an average of five of the lowest numbers in a ten number group.
Stated differently, out of ten numbers I want to find the average of
the five lowest. I'm not sure how to do that in Excel. I'd appreciate
any tips. Thank you.
> Hopefully I'm posting in the correct group for my question. I'm trying
> to find an average of five of the lowest numbers in a ten number group.
> Stated differently, out of ten numbers I want to find the average of
> the five lowest. I'm not sure how to do that in Excel. I'd appreciate
> any tips. Thank you.
One way:
=AVERAGE(SMALL(A1:A10,{1,2,3,4,5}))
Tom - 25 Feb 2005 06:40 GMT
Thank you. I'll give it a try and let you know. Many thanks for your
time.