+ Reply to Thread
Results 1 to 5 of 5

Ranking Help

Hybrid View

  1. #1
    Registered User
    Join Date
    12-30-2010
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2003
    Posts
    31

    Ranking Help

    Hi Everyone,

    I am trying to assign a point score based on a ranking of pecentages in two columns. In the first percentage column (column B), a point score of 1 to 6 is assigned based on the highest percentage (6 for highest, 5 for second highest, etc.). I seem to have this one solved in column C.

    The problem is ranking the next percentage column (column D), which needs to assign points in reverse ranking (6 for lowest, 5 for next lowest, etc.) in Column E. Again, to some degree I have acheived this, however as you will see in the attached file, when there are duplicate values, it assigns the lower possible point score, instead of the next one in the sequence (i.e. 6, 5, 4, 2, 2, 1). What I need is for it to do 6, 5, 4, 3, 3, 2 (skipping 1 altogether).

    I hope this is understandable as it appears confusing even to me and I am at a loss right now.
    Attached Files Attached Files
    Last edited by BuzzT; 02-04-2011 at 04:14 PM.

  2. #2
    Forum Contributor TechRetard's Avatar
    Join Date
    06-14-2009
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    202

    Re: Ranking Help

    sorry my solution i just posted was wrong..1 sec

  3. #3
    Registered User
    Join Date
    12-30-2010
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: Ranking Help

    That's close, but now I just have a sequential ranking (1-6) where the first of the duplicates automatically is ranked higher than the second which skews the results.

  4. #4
    Forum Contributor TechRetard's Avatar
    Join Date
    06-14-2009
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    202

    Re: Ranking Help

    is this it?
    =COUNTA($D$3:$D$8)+1-RANK(D3,$D$3:$D$8,1)

  5. #5
    Registered User
    Join Date
    12-30-2010
    Location
    Montreal, Canada
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: Ranking Help

    Wow! That was fast! It now gives 6,5,4,3,3,1 (leaves out the 2, but this will work as that percentage would have received a 1 if there had been no duplicates anyway).

    Thanks a bunch!

+ 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