View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default pick top 5 out of 8 numbers

Try this:

=AVERAGE(LARGE(A1:H1,{1,2,3,4,5}))

If there is less than 5 numbers in the range the formula will return an
error.

--
Biff
Microsoft Excel MVP


"poncho" <u49547@uwe wrote in message news:919390a5827bd@uwe...
have a row of 8 numbers and want to average the top 5 numbers