+ Reply to Thread
Results 1 to 3 of 3

Excel 2003 rank with 2 or more criterias

  1. #1
    Registered User
    Join Date
    10-22-2013
    Location
    Portugal
    MS-Off Ver
    Excel 2007
    Posts
    17

    Question Excel 2003 rank with 2 or more criterias

    Hello,

    I got the following table, and I am able to rank them:

    - A B C D E
    1 1st Name1 100 100 3
    2 2nd Name2 100 2
    3 3rd Name3 100 90 5
    4 4rd Name4 100 100 1
    5 5th Name5 71 100 3
    6 6th Name6 60 100 2

    Now, they are ranked based on column D, but there are a lot with the same result (100), if they are equal I would like to rank them on a second criteria (column E) and if both are equal then a third criteria (column F), if this is possible, but my main concern is to rank on 2 criterias.

    Correct way would be:

    - A B C D E
    1 1st Name1 100 100 3
    2 2nd Name4 100 100 1
    3 3rd Name3 100 90 5
    4 4rd Name2 100 2
    5 5th Name5 71 100 3
    6 6th Name6 60 100 2

    Thank you very much in advance for your help.

    Serge
    Last edited by sai19; 11-08-2013 at 11:49 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Excel 2003 rank with 2 or more criterias

    I would suggest adding a column (F)(you can hide it if you like)
    =D2*1000+E2
    Then rank on F
    You can do this as many times as you like just make sure that the numbers magnitude don't intersect each other
    =D2*1000000 + E2 *1000 + F2 for example
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  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: Excel 2003 rank with 2 or more criterias

    In essence, you want a rank with 2 tie-breakers.

    Can you post more data showing the values in column F plus the resulting ranks that you expect?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-22-2013
    Location
    Portugal
    MS-Off Ver
    Excel 2007
    Posts
    17

    Wink Re: Excel 2003 rank with 2 or more criterias

    Quote Originally Posted by ChemistB View Post
    I would suggest adding a column (F)(you can hide it if you like)
    =D2*1000+E2
    Then rank on F
    You can do this as many times as you like just make sure that the numbers magnitude don't intersect each other
    =D2*1000000 + E2 *1000 + F2 for example
    Great , thank you very much for your fast response.

    Works like a treat

    Simple but effective

    Serge

+ 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. Calculate Sales Person Rank based on 3 weighted criterias
    By kroner9 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2012, 09:57 AM
  2. Names as per two criterias of rank
    By inayat in forum Excel General
    Replies: 7
    Last Post: 10-07-2011, 12:55 AM
  3. Rank list excluding certain criterias
    By karvan in forum Excel General
    Replies: 3
    Last Post: 02-24-2011, 12:25 AM
  4. Excel Rank Duplicates then preferred rank
    By Economic in forum Excel General
    Replies: 2
    Last Post: 04-05-2009, 07:45 PM
  5. [SOLVED] How can I "RANK" time in Excel 2003?
    By Michael in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-07-2005, 08:05 AM

Tags for this Thread

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