how do i average the 3 max numbers in a column?

M

Mike

Hi, i have a list of numbers in a column (not in any particular order) and i
would like to average the 3 max numbers and 3 min numbers. is there a
function that can do this?
 
J

Jacob Skaria

Hi Mike

Try the below for average of max3 and min3

=AVERAGE(LARGE(A:A,{1,2,3}))

=AVERAGE(SMALL(A:A,{1,2,3}))

If this post helps click Yes
 

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