I need function that can list the "top ten" highest results

D

DClark5412

Can anyone help me find a function in excel that will find the top ten
highest scores in my data?
 
C

CLR

Try Data > Filter > AutoFilter, and select the "Top 10" option from the drop
down arrow in the column of interest.

Then, Data > Filter > AutoFilter again to revert to showing all data
again.....

Vaya con Dios,
Chuck, CABGx3
 
B

Bob Phillips

=LARGE($A$1:$A$100,ROW(A1))

and copy down for 9 more cells

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
D

DClark5412

Many thanks for all your replies - they have all been useful, clearly put and
given me options.
 
Top