#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Rank function

Here is a sample of the data that I am working with:
Skier Round 1 Round 2 Best Round
Competitor 1 109 105.5 109
Competitor 2 104 109 109
Competitor 3 107.5 107.5 107.5
Competitor 4 104.5 107 107

I am using the column "Best Round" to rank the skiers after they have
completed 2 rounds of competition. I am using the Rank function to create my
list however where the problem comes in is where 2 skiers have the same "Best
Round" I need the formula to be able to look at their other score to see
which skier has the best backup score and rank them higher. Any suggestions
would be greatly appreciated

Thanks,
Marc Shaw
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Rank function

See double ranking/tie breaking he

http://www.cpearson.com/excel/Rank.aspx

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Rank function

A neat treat, Column D formula can be
=MAX(B2:C2) to give best score

In column E
=LARGE(B2:C2,2) to give the second largest score for that competitor

Sort first by column D, then by column E. For equal best scores, the
competitor with the the highest second best score will appear on the top.
--
Gary''s Student - gsnu200746


"Marc Shaw" wrote:

Here is a sample of the data that I am working with:
Skier Round 1 Round 2 Best Round
Competitor 1 109 105.5 109
Competitor 2 104 109 109
Competitor 3 107.5 107.5 107.5
Competitor 4 104.5 107 107

I am using the column "Best Round" to rank the skiers after they have
completed 2 rounds of competition. I am using the Rank function to create my
list however where the problem comes in is where 2 skiers have the same "Best
Round" I need the formula to be able to look at their other score to see
which skier has the best backup score and rank them higher. Any suggestions
would be greatly appreciated

Thanks,
Marc Shaw

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Rank function

Hello,

A general approach without the RANK function which works for numbers
and texts:
Enter into E1:F2
Composite Text Rank
=TEXT(D2,"00000.00")&TEXT(MIN(B2:C2),"00000.00") =COUNTIF($E$2:$E
$5,""&E2)+COUNTIF($E$2:E2,E2)
and copy E2:F2 down.

Regards,
Bernd

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Rank function

Thanks everyone for your help. I will try these options later and see how
they work.
--
Thanks!
Marc Shaw


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Rank function

Try this (lightly tested):

=RANK(D2,D$2:D$5)+SUMPRODUCT(--(D2=D$2:D$5),--(B2+C2<B$2:B$5+C$2:C$5))

Assumes no empty cells. Each competitor has 2 scores to rank.

--
Biff
Microsoft Excel MVP


"Marc Shaw" wrote in message
...
Here is a sample of the data that I am working with:
Skier Round 1 Round 2 Best Round
Competitor 1 109 105.5 109
Competitor 2 104 109 109
Competitor 3 107.5 107.5 107.5
Competitor 4 104.5 107 107

I am using the column "Best Round" to rank the skiers after they have
completed 2 rounds of competition. I am using the Rank function to create
my
list however where the problem comes in is where 2 skiers have the same
"Best
Round" I need the formula to be able to look at their other score to see
which skier has the best backup score and rank them higher. Any
suggestions
would be greatly appreciated

Thanks,
Marc Shaw



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
Rank Function azlan Setting up and Configuration of Excel 1 July 10th 07 09:14 AM
Rank Function Andrew C Excel Worksheet Functions 1 August 15th 06 07:09 AM
Rank Function Jeana Excel Discussion (Misc queries) 4 June 27th 06 10:58 PM
Rank Function Jeff Excel Discussion (Misc queries) 1 November 8th 05 08:26 PM
Rank Function carl Excel Worksheet Functions 2 November 15th 04 07:23 PM


All times are GMT +1. The time now is 07:23 AM.

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"