+ Reply to Thread
Results 1 to 4 of 4

formula to lookup rank (with ties)

  1. #1
    Registered User
    Join Date
    06-10-2013
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2011 Mac
    Posts
    50

    formula to lookup rank (with ties)

    I need a formula that will lookup a rank. The caveat is that these ranks include ties and are denoted with "T -". I have attached a worksheet that shows my dilemma.

    Column A: Team Ranks
    Column B: Rank Tie-Breaker
    Column C: Teams
    Column D: Places the Teams in order based on Rank/Tie-Breaker Value

    I'd like this formula to Rank 1-9 and/or T-1 - whatever. Example: If Team A is T-1 and Team D is also T-1, then the tie-breaker will come into effect. In this case, Team A's tie-breaker value is 1 and Team D's tie-breaker value is 5. Therefore, Team A would be ranked higher than Team D. These results will be placed in column D.
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: formula to lookup rank (with ties)

    This is a formula that will generally rank a set of data and break ties. How to apply it for your issue is up to you. =RANK(B3,$B$3:$B$11,0)+COUNTIF($B$3:B3,B3)-1
    Hope that helps.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: formula to lookup rank (with ties)

    Try it like this...

    Data Range
    A
    B
    C
    D
    E
    2
    Rank
    Tie Breaker
    Final Rank
    Team
    VLOOKUP/RANK ORDER
    3
    1
    1
    1
    A
    A
    4
    6
    3
    6
    B
    D
    5
    4
    2
    4
    C
    F
    6
    1
    5
    2
    D
    C
    7
    4
    4
    5
    E
    E
    8
    1
    9
    3
    F
    B
    9
    6
    6
    7
    G
    G
    10
    6
    7
    8
    H
    H
    11
    6
    8
    9
    I
    I


    In column A get rid of the "T - " and simply enter the numeric rank.

    Insert a new column C and calculate the Final Rank that includes a 1st tie breaker. Enter this formula in C3 and copy down as needed:

    =RANK(A3,A$3:A$11,1)+SUMPRODUCT(--(A3=A$3:A$11),--(B3>B$3:B$11))

    Then, enter this formula in E3 and copy down as needed:

    =INDEX(D$3:D$11,MATCH(ROWS(F$3:F3),C$3:C$11,0))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    06-10-2013
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2011 Mac
    Posts
    50

    Re: formula to lookup rank (with ties)

    thanks tony,
    ill give it a try i a little while!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 08-02-2013, 02:16 PM
  2. [SOLVED] RANK - Breaking Ties
    By sachinattri in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-28-2013, 04:32 AM
  3. Rank Ties On Another Field
    By SuperMaths in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-06-2013, 12:55 PM
  4. RANK with ties
    By bluenova8413 in forum Excel General
    Replies: 2
    Last Post: 05-25-2010, 08:25 PM
  5. INDEX, RANK and ties
    By ugaskidawg in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2009, 09:35 PM

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