Highest three numbers in a list

  • Thread starter Thread starter Fred Smith
  • Start date Start date
F

Fred Smith

I need the average of the highest three amounts in a range. I'm currently
using:

=(large(range,1)+large(range,2)+large(range,3))/3

Is there an easier way?
 
Hi Fred
I use this which is only marginally better.

=AVERAGE(LARGE(range,1),+LARGE(range,2),+LARGE(range,3))
Have you had a look in the Archives??
HTH
Michael
 

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

Back
Top