+ Reply to Thread
Results 1 to 7 of 7

ranking duplicate values with secondary value

  1. #1
    Registered User
    Join Date
    05-21-2010
    Location
    vancouver, washington
    MS-Off Ver
    Microsoft Office Excel 2007
    Posts
    7

    ranking duplicate values with secondary value

    Is it possible with the ranking values with duplicates to utilize a secondary value?

    I'm using this formula :
    =SUMPRODUCT(($F$10:$F$55<$F$10)/COUNTIF($F$10:$F$55,$F$10:$F$55&""))+1

    I have list of individuals with varying performance scores; at times some will come back with the same percentage and if there is an option of a secondary value to look for to always only rank 1 through an infinate number not skipping any or duplicating a ranking number.

    Does this make sense?

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: ranking duplicate values with secondary value

    'RANK-TIEBREAKING(the file you want is Rank-TieBreaking.xls)

    http://www.excelforum.com/excel-prog...-tables.html#2
    http://www.excelforum.com/attachment...iebreaking.xls
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    05-21-2010
    Location
    vancouver, washington
    MS-Off Ver
    Microsoft Office Excel 2007
    Posts
    7

    Re: ranking duplicate values with secondary value

    is there a way to add into this formula, to exclude zeros from ranking?

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: ranking duplicate values with secondary value

    Warning posted in error .....
    Last edited by daddylonglegs; 06-09-2010 at 06:16 PM.
    Audere est facere

  5. #5
    Registered User
    Join Date
    05-21-2010
    Location
    vancouver, washington
    MS-Off Ver
    Microsoft Office Excel 2007
    Posts
    7

    Re: ranking duplicate values with secondary value

    This is my existing Thread and I have addtional questions, please advise.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: ranking duplicate values with secondary value

    With values in A1:A20, then a formula like so would skip ranking the cells with 0 in them:

    =IF(A1=0,"",RANK(A1,$A$1:$A$20))


    You can adapt that technique to your existing formula.

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: ranking duplicate values with secondary value

    Apologies awaring, carry on as you were, I'll revise my previous response.....

    has JB answered your query?

+ 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