PC Review


Reply
Thread Tools Rate Thread

How do I find top 3 in an unsorted list?

 
 
=?Utf-8?B?UkxpbmQ=?=
Guest
Posts: n/a
 
      22nd Jun 2007
I have a list of data that is unsorted (and I cannot sort the data for
special reasons), but I want to find the 3 largest in a column...so its like
using the MAX function, but I need MAX 1, MAX 2nd, MAX 3rd. Here is an
example:

A B
Company 1 $200,000
Company 2 $100,000
Company 3 $500,000
Company 4 $550,000
Company 5 $212,000

I would like to pull in order the 3 largest
$550,000
$500,000
$212,000

Ideally I would like to pull the corresponding company also.

Please help me out. Thanks!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      22nd Jun 2007
Checkout the =LARGE() function
--
Gary''s Student - gsnu200732
 
Reply With Quote
 
=?Utf-8?B?VGVldGhsZXNzIG1hbWE=?=
Guest
Posts: n/a
 
      22nd Jun 2007
=LARGE($B$1:$B$5,ROWS($1:1))
copy down


"RLind" wrote:

> I have a list of data that is unsorted (and I cannot sort the data for
> special reasons), but I want to find the 3 largest in a column...so its like
> using the MAX function, but I need MAX 1, MAX 2nd, MAX 3rd. Here is an
> example:
>
> A B
> Company 1 $200,000
> Company 2 $100,000
> Company 3 $500,000
> Company 4 $550,000
> Company 5 $212,000
>
> I would like to pull in order the 3 largest
> $550,000
> $500,000
> $212,000
>
> Ideally I would like to pull the corresponding company also.
>
> Please help me out. Thanks!

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      22nd Jun 2007
You can also use autofilter, from dropdown select top 10 and then change it
to top 3, that way you will get a filtered list according to your needs and
the companies will be filtered accordingly


--
Regards,

Peo Sjoblom



"RLind" <(E-Mail Removed)> wrote in message
news:11E4DDF1-5E31-4D58-92E0-(E-Mail Removed)...
>I have a list of data that is unsorted (and I cannot sort the data for
> special reasons), but I want to find the 3 largest in a column...so its
> like
> using the MAX function, but I need MAX 1, MAX 2nd, MAX 3rd. Here is an
> example:
>
> A B
> Company 1 $200,000
> Company 2 $100,000
> Company 3 $500,000
> Company 4 $550,000
> Company 5 $212,000
>
> I would like to pull in order the 3 largest
> $550,000
> $500,000
> $212,000
>
> Ideally I would like to pull the corresponding company also.
>
> Please help me out. Thanks!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup unsorted list =?Utf-8?B?c3NsZW50ZXJwcmlzZXM=?= Microsoft Excel Misc 2 25th Oct 2005 09:24 AM
An unsorted list in vlookup =?Utf-8?B?VHJhaW1h?= Microsoft Excel Worksheet Functions 2 8th Aug 2005 01:10 PM
Unsorted List =?Utf-8?B?Sm9obiBCYW5raGVhZA==?= Microsoft ASP .NET 4 8th Mar 2005 12:31 AM
Looking for an unsorted List class David Scemama Microsoft VB .NET 3 2nd Dec 2003 04:58 PM
Find row/column of value in Unsorted Array femakid Microsoft Excel Discussion 3 10th Oct 2003 01:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:42 PM.