+ Reply to Thread
Results 1 to 5 of 5

Ranking (ties)

Hybrid View

  1. #1
    Registered User
    Join Date
    03-13-2008
    Posts
    3

    Ranking (ties)

    I have data that ranks results like this....

    1
    2
    3
    3

    5
    6
    7
    8
    8
    8

    11
    12
    13

    What I would like it to show is.....
    1
    2
    3.5
    3.5

    5
    6
    7
    9
    9
    9

    11
    12
    13

    I've been trying to use the built in help on Excel and I've researched on google. I can't seem to make it work. Can someone give me a Ranking with Ties for Dummies version of how to get this happening?

    Thanks!
    Last edited by ExcelUser45; 03-13-2008 at 11:34 AM.

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

    http://www.cpearson.com/excel/Rank.aspx
    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
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    If the original values are in A1:A13 and the ranked values you showed are in B1:B13, add +(COUNTIF(A$1:A$13,A1)-1)/2 to the end of the ranking formula in B1 and drag down.

  4. #4
    Registered User
    Join Date
    03-13-2008
    Posts
    3
    Quote Originally Posted by darkyam
    If the original values are in A1:A13 and the ranked values you showed are in B1:B13, add +(COUNTIF(A$1:A$13,A1)-1)/2 to the end of the ranking formula in B1 and drag down.
    Thanks. This helped but I still needed to do some rigging because column had has a variable amount of entries and the columns that don't have anything show a 0. Therefore the COUNTIF statement is counting too many cells as having data. So I had to change that statement to reflect the difference.

  5. #5
    Registered User
    Join Date
    03-13-2008
    Posts
    3
    Thanks for the link but I don't see what I'm talking about on there.

+ 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