+ Reply to Thread
Results 1 to 5 of 5

Ties in ranking

  1. #1
    Registered User
    Join Date
    12-06-2010
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 2008
    Posts
    9

    Ties in ranking

    I know that most people like to eliminate ties in a ranking. I would actually like to keep the ties, but would like to have a column that notates that a tie exists.

    SO...

    I will have a column of results...simple numbers. In some cases there will be as many as 100 numbers that are ranked. In the next column, a ranking of those numbers will occur. What I need help with is the next column. I would like to have "TIE" appear if any of the rankings (1,2,3,4...) match any other ranking in the list.

    Therefore, if there are 3 rankings of "7", I would like "TIE" to be placed in each column so that we can go back and address each individually.

    What would be the best formula to make this happen? If there is a choice, please aim for a slightly older version of excel as we are having to use an older computer.

    Thanks in advance for any help!

  2. #2
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Ties in ranking

    I would sort the rankings smallest to largest. In the second column put the formula =IF(A2=A3,"TIE"," "). You may need to adjust your cell references that are checking for the tie.

  3. #3
    Registered User
    Join Date
    12-06-2010
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 2008
    Posts
    9

    Re: Ties in ranking

    Unfortunately, we will be entering and eliminating ties in real time, therefore any kind of sorting by rank will not work very well. Your solution is good, but in this case we need to see the ties quickly and automatically.

    Any other ideas?

  4. #4
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Ties in ranking

    How about using conditional formatting for duplicate values?

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Ties in ranking

    just count them say with rankings in b1:b10 then in c1 dragged down
    =IF(COUNTIF($B$1:$B$10,B1)>1,"tie","")
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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