Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dave H
 
Posts: n/a
Default Get top 3 values from a list

I am running a competition that will be using Excel to calculate scores. I
am looking for a way to search the total score column, pull out the highest
3 scores and place them in a Results table. I then need to pull out the
contestant's name and place it next to their pulled score.

I want the table to look like this:

Place: Contestant: Total Sco
1st Pulled from table Max score from col
2nd Pulled from table 2nd highest score
3rd Pulled from table 3rd highest score

Any help would be greatly appreciated

Thanks
Dave


  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Dave

Assuming Column A has scores in A1:A10 and corresponding contestants in B1:B10

In total score column D enter these formulas

=LARGE($A$1:$A$10,1) returns first
=LARGE($A$1:$A$10,2) " second
=LARGE($A$1:$A$10,3) " third

In Contestants column C enter this formula

=VLOOKUP(C1,$A$1:$B$10,2,0) and drag/copy down 3 cells.

All of the above assumes "no ties".


Gord Dibben Excel MVP


On Thu, 10 Feb 2005 11:37:44 -0500, "Dave H" wrote:

I am running a competition that will be using Excel to calculate scores. I
am looking for a way to search the total score column, pull out the highest
3 scores and place them in a Results table. I then need to pull out the
contestant's name and place it next to their pulled score.

I want the table to look like this:

Place: Contestant: Total Sco
1st Pulled from table Max score from col
2nd Pulled from table 2nd highest score
3rd Pulled from table 3rd highest score

Any help would be greatly appreciated

Thanks
Dave


  #4   Report Post  
Aladin Akyurek
 
Posts: n/a
Default


See: http://tinyurl.com/6k5a4

Dave H wrote:
I am running a competition that will be using Excel to calculate scores. I
am looking for a way to search the total score column, pull out the highest
3 scores and place them in a Results table. I then need to pull out the
contestant's name and place it next to their pulled score.

I want the table to look like this:

Place: Contestant: Total Sco
1st Pulled from table Max score from col
2nd Pulled from table 2nd highest score
3rd Pulled from table 3rd highest score

Any help would be greatly appreciated

Thanks
Dave


  #5   Report Post  
Aladin Akyurek
 
Posts: n/a
Default


See: http://tinyurl.com/6k5a4

Dave H wrote:
I am running a competition that will be using Excel to calculate scores. I
am looking for a way to search the total score column, pull out the highest
3 scores and place them in a Results table. I then need to pull out the
contestant's name and place it next to their pulled score.

I want the table to look like this:

Place: Contestant: Total Sco
1st Pulled from table Max score from col
2nd Pulled from table 2nd highest score
3rd Pulled from table 3rd highest score

Any help would be greatly appreciated

Thanks
Dave



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
Selecting data from a list based on entered values GrantM Excel Discussion (Misc queries) 1 December 20th 04 10:59 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
List Box Values Mike Cramsey New Users to Excel 1 November 30th 04 01:51 AM
Matching a List Containing Redundant Values Rick Hess Excel Discussion (Misc queries) 1 November 26th 04 02:39 PM


All times are GMT +1. The time now is 02:55 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"