#1   Report Post  
Posted to microsoft.public.excel.misc
Cricket
 
Posts: n/a
Default max scores

tom 100
sue 200
bill 300
with a list of scores i can get 1st 2nd 3rd on down, and I can put the name
with the max score. How can I get the name with the 2nd, 3rd on down.PLS Help
  #2   Report Post  
Posted to microsoft.public.excel.misc
Barb Reinhardt
 
Posts: n/a
Default max scores

Let's say you have this data listed in A1:B3

This will work if you don't have more than one person getting the same
score.

Highest score
=INDEX(A$1:A$3,MATCH(LARGE(B$1:B$3,1),B$1:B$3,0),0 )

2nd highest score
=INDEX(A$1:A$3,MATCH(LARGE(B$1:B$3,2),B$1:B$3,0),0 )

3rd highest score
=INDEX(A$1:A$3,MATCH(LARGE(B$1:B$3,2),B$1:B$3,0),0 )

"Cricket" wrote in message
...
tom 100
sue 200
bill 300
with a list of scores i can get 1st 2nd 3rd on down, and I can put the
name
with the max score. How can I get the name with the 2nd, 3rd on down.PLS
Help



  #3   Report Post  
Posted to microsoft.public.excel.misc
Bill Kuunders
 
Posts: n/a
Default max scores

Select both columns
go to data sort and sort by the scores column
the names will follow suit.

Greetings from New Zealand
Bill K
"Cricket" wrote in message
...
tom 100
sue 200
bill 300
with a list of scores i can get 1st 2nd 3rd on down, and I can put the
name
with the max score. How can I get the name with the 2nd, 3rd on down.PLS
Help



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
golf handicap 4 of last 5 scores Golf.nut1 Excel Discussion (Misc queries) 15 April 3rd 08 06:11 AM
Calculating average scores from multiple sheets' information quailhunter Excel Worksheet Functions 2 October 16th 05 10:37 PM
Football Scores Number_8 Excel Discussion (Misc queries) 4 August 12th 05 05:46 PM
Golf Handicap Using Last 5 Scores Golf League Schedule Excel Worksheet Functions 5 May 13th 05 12:14 AM
Lookup baseball scores in 1 worksheet and have them display in ano Oceanverd Excel Worksheet Functions 3 May 1st 05 04:44 AM


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