+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Rank players by name

Hybrid View

kewlmonk Rank players by name 06-01-2010, 09:05 AM
NBVC Re: Rank players by name 06-01-2010, 09:25 AM
kewlmonk Re: Rank players by name 06-01-2010, 09:33 AM
  1. #1
    Registered User
    Join Date
    06-01-2010
    Location
    new jersey
    MS-Off Ver
    Excel 2003
    Posts
    3

    Unhappy Rank players by name

    Hi,

    I am not the greatest with excel and I am having an issue creating a formula that will show players ranked from 1-? based off other columns i already have created.

    Basically I have three ways that i want the ranks to show in the middle of the sheet. Rank by points, by total wins, and by win ratio columns G,H, and I.
    In those columns i want to show only names from Column A

    Rank points should be from column M, wins from column B, and ratio from column D.

    If anyone could help me with this it would be greatly appreciated.

    Thanks,

    Shawn
    Attached Files Attached Files
    Last edited by NBVC; 06-01-2010 at 10:01 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Rank players by name

    Based on the possibility that you may have duplicate rankings, then it is best to use some helper columns for each column you want to rank.

    So Insert 2 new columns after column E,

    In F3 put formula:

    =RANK(B3,$B$3:$B$15)+COUNTIF(B$3:B3,B3)-1

    copied down

    in G3 put formula:

    =RANK(D3,$D$3:$D$15)+COUNTIF(D$3:D3,D3)-1

    and in M4 put formula:

    =RANK(O4,$O$4:$O$16)+COUNTIF(O$4:O4,O4)-1

    copied down

    then in what should now be I4:

    =IF(H4>MAX($M$4:$M$16),"",INDEX($N$4:$N$16,MATCH(ROWS($A$1:A1),$M$4:$M$16,0)))

    copied down

    in J4:

    =IF($H4>MAX(F$3:F$15),"",INDEX($A$3:$A$15,MATCH(ROWS($A$1:$A1),F$3:F$15,0)))

    copied to next column and down.

    You may want to adjust the ranges to accomodate getting 20 outputs if necessary.
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-01-2010
    Location
    new jersey
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Rank players by name

    Thank you so much, Ive been working on this unsuccessfully all weekend.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1