+ Reply to Thread
Results 1 to 12 of 12

[SOLVED]Ranking

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Ranking

    Quote Originally Posted by seahawks3726
    Your equation worked great except when i have a tie
    Yes, the prior suggestion (as outlined) is reliant on unique identifiers.

    To account for duplicates in terms of rank and assuming that the names (B5:B230) are themselves unique then:

    Q17: 
    =INDEX($B$5:$B$230,MATCH(1,INDEX(ISNUMBER($E$5:$E$230)*($E$5:$E$230<=ROWS(Q$17:Q17))*ISNA(MATCH($B$5:$B$230,$Q$16:$Q16,0)),0),0))
    copied down
    it is imperative in the above that Q16 does not contain the name of any team in the B5:B230 listing.
    Last edited by DonkeyOte; 05-05-2010 at 04:30 AM. Reason: added CODE tags - spurious space insertion

+ 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