Trying to rank contest players without dupes

bubbasbrew

New Member
Joined
Dec 23, 2011
Messages
3
I have a College Bowl contest going and I want the players to see how they rank in order 1-33 with the other players in the contest. Her is my formula for the players:
=INDEX(A$1:CR$1,1,LARGE(IF($H$83:$CR$83=D89,COLUMN($H$83:$CR$83)),COUNTIF($D$89:$D89,D89))*1)
*A1-CR1 are the names of the players
*H83-CR83 are their scores
*D89-D121 is how their point are stacked in this Large Formula: =LARGE(H$83:CQ$83,F89)
*F89-F121 are just the numbers 1-33

The Formula for the Rankings is: =RANK(D89,$D$89:$D$118,0)

Now this all works but only if there are scores entered. If there is just a 0 for all of the scores, then this is what I get:
[TABLE="width: 382"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD="colspan: 2"]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Zerbel, Tim[/TD]
[TD]WI[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD="colspan: 2"]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD="colspan: 2"]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Wheaton, Christine[/TD]
[TD]TX[/TD]
[TD]0



[/TD]
[/TR]
</tbody>[/TABLE]
The 0's should have team members names and States in them. This is what it looks like with scores in them:
[TABLE="width: 545"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD="colspan: 2"]Bowers, Bill[/TD]
[TD]AZ[/TD]
[TD]34[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Fraize, Larry[/TD]
[TD]MA[/TD]
[TD]27[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Grzanna, Troy[/TD]
[TD]WI[/TD]
[TD]23[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Skinner, Phillip[/TD]
[TD]GA[/TD]
[TD]21[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Bowers, Mike[/TD]
[TD]FL[/TD]
[TD]20[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Ellis, Jerry[/TD]
[TD]VA[/TD]
[TD]19[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Leahy, Chris[/TD]
[TD]WI[/TD]
[TD]18[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD="colspan: 2"]Bowers, Carolyn[/TD]
[TD]FL[/TD]
[TD]18[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]

So.........How close am I to getting this right?
Mike
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
A1-CR1 are the names of the players
*H83-CR83 are their scores

where are the scores for people in columns A:G
 
Upvote 0
A1-CR1 are the names of the players
*H83-CR83 are their scores

where are the scores for people in columns A:G

There are none.The first score starts in H. The players names start in H also but I'm not sure how to tell the formula the start looking in H so I left it at A.
 
Upvote 0
[TABLE="width: 862"]
<colgroup><col span="3"><col><col><col span="8"></colgroup><tbody>[TR]
[TD]name[/TD]
[TD]state[/TD]
[TD]score[/TD]
[TD]helper[/TD]
[TD]helper2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player1[/TD]
[TD]state1[/TD]
[TD]27[/TD]
[TD]0.00000001[/TD]
[TD]27[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]>>>>>>>[/TD]
[TD]player9[/TD]
[TD="align: right"]35[/TD]
[TD]<<<<<<[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player2[/TD]
[TD]state2[/TD]
[TD]20[/TD]
[TD]0.00000002[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player26[/TD]
[TD="align: right"]34[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player3[/TD]
[TD]state3[/TD]
[TD]26[/TD]
[TD]0.00000003[/TD]
[TD]26[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player15[/TD]
[TD="align: right"]34[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player4[/TD]
[TD]state4[/TD]
[TD]26[/TD]
[TD]0.00000004[/TD]
[TD]26[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player31[/TD]
[TD="align: right"]32[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player5[/TD]
[TD]state5[/TD]
[TD]28[/TD]
[TD]0.00000005[/TD]
[TD]28[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player23[/TD]
[TD="align: right"]31[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player6[/TD]
[TD]state6[/TD]
[TD]28[/TD]
[TD]0.00000006[/TD]
[TD]28[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player12[/TD]
[TD="align: right"]29[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player7[/TD]
[TD]state7[/TD]
[TD]21[/TD]
[TD]0.00000007[/TD]
[TD]21[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player6[/TD]
[TD="align: right"]28[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player8[/TD]
[TD]state8[/TD]
[TD]25[/TD]
[TD]0.00000008[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player5[/TD]
[TD="align: right"]28[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player9[/TD]
[TD]state9[/TD]
[TD]35[/TD]
[TD]0.00000009[/TD]
[TD]35[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player1[/TD]
[TD="align: right"]27[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player10[/TD]
[TD]state10[/TD]
[TD]25[/TD]
[TD]0.0000001[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player4[/TD]
[TD="align: right"]26[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player11[/TD]
[TD]state11[/TD]
[TD]25[/TD]
[TD]0.00000011[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player3[/TD]
[TD="align: right"]26[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player12[/TD]
[TD]state12[/TD]
[TD]29[/TD]
[TD]0.00000012[/TD]
[TD]29[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player20[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player13[/TD]
[TD]state13[/TD]
[TD]19[/TD]
[TD]0.00000013[/TD]
[TD]19[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player18[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player14[/TD]
[TD]state14[/TD]
[TD]21[/TD]
[TD]0.00000014[/TD]
[TD]21[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player11[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player15[/TD]
[TD]state15[/TD]
[TD]34[/TD]
[TD]0.00000015[/TD]
[TD]34[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player10[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player16[/TD]
[TD]state16[/TD]
[TD]19[/TD]
[TD]0.00000016[/TD]
[TD]19[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player8[/TD]
[TD="align: right"]25[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player17[/TD]
[TD]state17[/TD]
[TD]17[/TD]
[TD]0.00000017[/TD]
[TD]17[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player25[/TD]
[TD="align: right"]24[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player18[/TD]
[TD]state18[/TD]
[TD]25[/TD]
[TD]0.00000018[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player24[/TD]
[TD="align: right"]24[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player19[/TD]
[TD]state2[/TD]
[TD]18[/TD]
[TD]0.00000019[/TD]
[TD]18[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player33[/TD]
[TD="align: right"]23[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player20[/TD]
[TD]state3[/TD]
[TD]25[/TD]
[TD]0.0000002[/TD]
[TD]25[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player29[/TD]
[TD="align: right"]23[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player21[/TD]
[TD]state4[/TD]
[TD]22[/TD]
[TD]0.00000021[/TD]
[TD]22[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player27[/TD]
[TD="align: right"]23[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player22[/TD]
[TD]state5[/TD]
[TD]18[/TD]
[TD]0.00000022[/TD]
[TD]18[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player32[/TD]
[TD="align: right"]22[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player23[/TD]
[TD]state6[/TD]
[TD]31[/TD]
[TD]0.00000023[/TD]
[TD]31[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player21[/TD]
[TD="align: right"]22[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player24[/TD]
[TD]state7[/TD]
[TD]24[/TD]
[TD]0.00000024[/TD]
[TD]24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player14[/TD]
[TD="align: right"]21[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player25[/TD]
[TD]state8[/TD]
[TD]24[/TD]
[TD]0.00000025[/TD]
[TD]24[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player7[/TD]
[TD="align: right"]21[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player26[/TD]
[TD]state9[/TD]
[TD]34[/TD]
[TD]0.00000026[/TD]
[TD]34[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player2[/TD]
[TD="align: right"]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player27[/TD]
[TD]state13[/TD]
[TD]23[/TD]
[TD]0.00000027[/TD]
[TD]23[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player30[/TD]
[TD="align: right"]19[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player28[/TD]
[TD]state14[/TD]
[TD]18[/TD]
[TD]0.00000028[/TD]
[TD]18[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player16[/TD]
[TD="align: right"]19[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player29[/TD]
[TD]state15[/TD]
[TD]23[/TD]
[TD]0.00000029[/TD]
[TD]23[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player13[/TD]
[TD="align: right"]19[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player30[/TD]
[TD]state16[/TD]
[TD]19[/TD]
[TD]0.0000003[/TD]
[TD]19[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player28[/TD]
[TD="align: right"]18[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player31[/TD]
[TD]state17[/TD]
[TD]32[/TD]
[TD]0.00000031[/TD]
[TD]32[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player22[/TD]
[TD="align: right"]18[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player32[/TD]
[TD]state18[/TD]
[TD]22[/TD]
[TD]0.00000032[/TD]
[TD]22[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player19[/TD]
[TD="align: right"]18[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]player33[/TD]
[TD]state2[/TD]
[TD]23[/TD]
[TD]0.00000033[/TD]
[TD]23[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]player17[/TD]
[TD="align: right"]17[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 3"]formula in cell marked >>>>>[/TD]
[TD="colspan: 5"]=OFFSET($A$1,MATCH(K2,$E$2:$E$34,0),0)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 3"]formula in cell marked <<<<<<[/TD]
[TD="colspan: 5"]=LARGE($E$2:$E$34,COUNT($K$1:K1)+1)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 9"]the helper columns make each score unique so that player names can be correctly reconciled[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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