Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Charles
 
Posts: n/a
Default I have a set of numbers in an excel spreadsheet and want to find t

I have a set of numbers in a column in an excel spreadsheet and want to find
top 5 numbers how do you do this?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Sort them descending and select the five first
Use autofilter and select top 10 and in the next window select 5 and click OK
Use a formula like this and copy down 5 rows

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


Regards,

Peo Sjoblom

"Charles" wrote:

I have a set of numbers in a column in an excel spreadsheet and want to find
top 5 numbers how do you do this?

  #3   Report Post  
Nick Hodge
 
Posts: n/a
Default

Charles

Use the LARGE function. If the data is in the range A2:A50 then use the
formula

=LARGE($A$2:$A$50,1)

then copy it down 5 rows and change the 1 to 2, etc.

If you want the answers in B2:B6 then you could elaborate with the
following, entered in B2 and copied down

=LARGE($A$1:$A$32,ROW(2:6)-1)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Charles" wrote in message
...
I have a set of numbers in a column in an excel spreadsheet and want to
find
top 5 numbers how do you do this?



  #4   Report Post  
Charles
 
Posts: n/a
Default

Thank you very much!

"Nick Hodge" wrote:

Charles

Use the LARGE function. If the data is in the range A2:A50 then use the
formula

=LARGE($A$2:$A$50,1)

then copy it down 5 rows and change the 1 to 2, etc.

If you want the answers in B2:B6 then you could elaborate with the
following, entered in B2 and copied down

=LARGE($A$1:$A$32,ROW(2:6)-1)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Charles" wrote in message
...
I have a set of numbers in a column in an excel spreadsheet and want to
find
top 5 numbers how do you do this?




  #5   Report Post  
Charles
 
Posts: n/a
Default

Thank You! Appreciate the help!

"Peo Sjoblom" wrote:

Sort them descending and select the five first
Use autofilter and select top 10 and in the next window select 5 and click OK
Use a formula like this and copy down 5 rows

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


Regards,

Peo Sjoblom

"Charles" wrote:

I have a set of numbers in a column in an excel spreadsheet and want to find
top 5 numbers how do you do this?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"