View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default Average of top 3 numbers.

Hi

Maybe
=AVERAGE(LARGE(E1:E14,{1;2;3}))

Arvi Laanemets


"Don Guillett" wrote in message
...
does this help
=SUM(LARGE(E1:E14,{1,2,3}))/3

--
Don Guillett
SalesAid Software

"Belzbub" wrote in message
...
Hi, im making a worksheet for our shooting results. I need the average

of
the
top 3 results from collum E6 to W6 and top 3 reults from Y6 to AJ6. Can
anyone help me with this one??