Ranking with Multiple tiebreakers

Yoti14

New Member
Joined
Sep 6, 2017
Messages
8
Good evening,

I'm looking for some help. I created a workbook, that has functions across sheets and tables(2). I created this book before I actually had any training in excel, and that was only an intro. It may seem a bit amature, but it is functional. I would like to make even more so, by adding some additional tricks, like Auto sorting, and ranking, transferring information to another cell and and onto another sheet. I'm going to post some examples of the situation of ranking I'm looking to do. I've used my row and column numbers to simplify anyone's answer for me to understand.

This is the qualifying Table after manually sorting by Speed (highest to Lowest), more about that function another time


QUALIFYING

AEAFAGAOAP
3ST POSDRIVERCAR#SPEEDQUAL POS
41A31553
52L241541
63B215312
74E781522
85H8815110
96C191504
107G114911
118F461485
129K111476
1310D231469
1411I221457
1512J341448

<tbody>
</tbody>

These are the Heat tables. I'm only showing the information I feel is pertinent to my question.

HEAT 1
ABCNOPS
2LNDRIVERCAR#POINTSWINSFINISHRANK
34A35847
43E785528
52G13716
61D233916
7
8HEAT 2
9LNDRIVERCAR#POINTSWINSFINISHRANK
104L244728
113H885738
122F465628
131I224318
14
15HEAT 3
16LNDRIVERCAR#POINTSWINSFINISHRANK
174B25027
183C193917
192K115028
201J345938
21
22SEMI HEAT 1
23LNDRIVERCAR#POINTSWINSFINISHRANK
244(RANK 1)(R1)
253(RANK 3)(R3)
262(RANK 5)(R5)
271(RANK 7)(R7)
28
29SEMI HEAT 2
30LNDRIVERCAR#POINTSWINSFINISHRANK
314(RANK 2)(R2)
323(RANK 4)(R4)
332(RANK 6)(R6)
341(RANK 8)(R8)
35
36CHAMPION HEAT
37LNDRIVERCAR#POINTSWINSFINISHRANK
384(SH RANK 1)(SHR1)
393(SH RANK 2)(SHR2)
402(SH RANK 3)(SHR3)
411(SH RANK 4)(SHR4)

<tbody>
</tbody>


What needs to be accomplished here, is after the races are completed in each heat, i need the drivers to be ranked by points. The tie breakers would be wins, then, finish, and lastly speed from the qualifying. Once the rankings are completed, the driver names and car # need to be transferred to the next heats. I've put in the locations where each rank should go.

Ok, so there's my problem. I hope its not to much information. Hopefully someone can help me. If whomever wants to tackle this issue for me, i can also send you the workbook by email, if that would help.

Thank you,
Jeff
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
What you need to do to use Excel's Rank functions is create a new statistic (call it Grade if you like) that adds the fields together in decreasing order of magnitude.

Look over this link (Posts 3 and 4) that exhibit the principle. https://www.mrexcel.com/forum/excel...sing-3-columns-data.html?highlight=rank+grade

Be careful to understand the orders of magnitude. Each tiebreaker must be divided by a figure such that it can never tick-over the field to its left. So if two teams have 4 wins and Winner's score is the first tie-breaker, those (eg. 59 and 61) have to be divided by a number large enough so that it can go over 1 and add a Win. Here 10 obviously won't do, so 100 might be the maximum Winner's score a team could have. So Team1 gets a Grade of 4 + 59/100 = 4.59 and Team8 gets a Grade of 4 + 64/100 = 4.61. Subsequent fields must be then divided out the same way. So Team1 gets a Grade of 4 + 59/100 + 63/(100*100) = 4.5963 and Team8 gets a Grade of 4 + 64/100 + 55/(100*100) = 4.6155. And there you have it: Team8's Grade outranks Team1's.

In your case, you will want to invert the Finish field because that statistic is lower-the-better.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,628
Messages
6,120,618
Members
448,973
Latest member
ChristineC

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top