Average of bottom 10 values in a range

M

Matt Jameson

What is the formula for taking the average of only the
*bottom 10* values in a range of 20?

Thank you for your help!

-Matt
 
B

Bernard V Liengme

Hi Matt,
This must be entered as an array function (end with Shift+Ctrl+Enter)
=AVERAGE(SMALL(A1:B100,{1,2,3,4,5,6,7,8,9,10}))
Bernard
 

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