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:
000
Zerbel, TimWI0
000
000
Wheaton, ChristineTX0




<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
The 0's should have team members names and States in them. This is what it looks like with scores in them:
Bowers, BillAZ341
Fraize, LarryMA272
Grzanna, TroyWI233
Skinner, PhillipGA214
Bowers, MikeFL205
Ellis, JerryVA196
Leahy, ChrisWI187
Bowers, CarolynFL187

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

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

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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
namestatescorehelperhelper2
player1state1270.0000000127>>>>>>>player935<<<<<<
player2state2200.0000000220player2634
player3state3260.0000000326player1534
player4state4260.0000000426player3132
player5state5280.0000000528player2331
player6state6280.0000000628player1229
player7state7210.0000000721player628
player8state8250.0000000825player528
player9state9350.0000000935player127
player10state10250.000000125player426
player11state11250.0000001125player326
player12state12290.0000001229player2025
player13state13190.0000001319player1825
player14state14210.0000001421player1125
player15state15340.0000001534player1025
player16state16190.0000001619player825
player17state17170.0000001717player2524
player18state18250.0000001825player2424
player19state2180.0000001918player3323
player20state3250.000000225player2923
player21state4220.0000002122player2723
player22state5180.0000002218player3222
player23state6310.0000002331player2122
player24state7240.0000002424player1421
player25state8240.0000002524player721
player26state9340.0000002634player220
player27state13230.0000002723player3019
player28state14180.0000002818player1619
player29state15230.0000002923player1319
player30state16190.000000319player2818
player31state17320.0000003132player2218
player32state18220.0000003222player1918
player33state2230.0000003323player1717
formula in cell marked >>>>>=OFFSET($A$1,MATCH(K2,$E$2:$E$34,0),0)
formula in cell marked <<<<<<=LARGE($E$2:$E$34,COUNT($K$1:K1)+1)
the helper columns make each score unique so that player names can be correctly reconciled

<colgroup><col span="3"><col><col><col span="8"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,952
Messages
6,127,913
Members
449,411
Latest member
AppellatePerson

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