View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Determine average of largest 5 numbers in a column.

(Excel 2007)

Try this:

=AVERAGE(MMAX(A1:A80,5))

--
Biff
Microsoft Excel MVP


"Charlie" wrote in message
...
I would like to be able to determine the average of the largest 5 numbers
in
a column of 80 numbers. How to do??

(Excel 2007)

Thanks for your help.
--
SRX44