Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default Ties using Rank Function

Is there a way to break ties when you use the Rank function in excel? I have
a spreadsheet that takes scores and ranks them in order 1-10. But if two
people have the same score it shows the same rank for both. Is there a
function to correct this using a specific score? We would use quiz as the
tie breaker.
Column A Column B Column C
Quiz Score Total Score Rank
80 100 2
85 100 2
90 120 1
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Ties using Rank Function

You can combine the Total Score with the Quz Score (divided by 100 in
this example) using a formula like this in C2:

=B2 + A2/100

This will give you:

Column A Column B Column C
Quiz Score Total Score Tie-score
80 100 100.80
85 100 100.85
90 120 120.90

Then you can apply your rank formula to column C instead of column B.

Hope this helps.

Pete



On May 2, 12:13*am, diana wrote:
Is there a way to break ties when you use the Rank function in excel? *I have
a spreadsheet that takes scores and ranks them in order 1-10. *But if two
people have the same score it shows the same rank for both. *Is there a
function to correct this using a specific score? *We would use quiz as the
tie breaker.
Column A * *Column B * * *Column C
Quiz Score * Total Score * Rank
80 * * * * * * * * * 100 * * * * * * * 2
85 * * * * * * * * * 100 * * * * * * * 2
90 * * * * * * * * * *120 * * * * * * *1


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Ties using Rank Function

Try this:

=RANK(B2,B$2:B$6)+SUMPRODUCT(--(B2=B$2:B$6),--(A2<A$2:A$6))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"diana" wrote in message
...
Is there a way to break ties when you use the Rank function in excel? I
have
a spreadsheet that takes scores and ranks them in order 1-10. But if two
people have the same score it shows the same rank for both. Is there a
function to correct this using a specific score? We would use quiz as the
tie breaker.
Column A Column B Column C
Quiz Score Total Score Rank
80 100 2
85 100 2
90 120 1



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

Hello,

And if you would replace RANK by another SUMPRODUCT as shown at:
http://www.sulprobil.com/html/sorting.html
then this solution would also work for strings (not necessary here, as
it seems).

Regards,
Bernd
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
Need to rank values with ties MichaelZ Excel Worksheet Functions 9 September 22nd 08 05:44 PM
How to break ties in Rank by specified criteria? dpeck Excel Discussion (Misc queries) 0 April 25th 08 08:08 PM
Rank without skipping for ties John Michl Excel Worksheet Functions 0 March 6th 08 04:27 PM
Using Rank with ties and spliting the differance assws Excel Discussion (Misc queries) 6 July 29th 05 03:09 PM
How to use RANK to break multiple ties. Brian Excel Worksheet Functions 1 February 3rd 05 05:27 PM


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