+ Reply to Thread
Results 1 to 4 of 4

Ranking based on criteria

  1. #1
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Ranking based on criteria

    Hello,

    I would like to ask your support regarding a ranking issue.
    I want to identify the TOP1, TOP2 and TOP3 Value (in column E) based on Designation but I cannot figure out, please see the details in the attached file.

    The expected results are in column G.

    Thank you in advance the feedback!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,910

    Re: Ranking based on criteria

    Try this in E9:

    =CHOOSE(SUM(IF(($C$9:$C$21=C9)*($D$9:$D$21>=D9),1/COUNTIFS($C$9:$C$21,C9,$D$9:$D$21,$D$9:$D$21))),
    "TOP1","TOP2","TOP3","Not in the TOP3")

    Array formula, enter with Ctrl+Shift+Enter.

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,887

    Re: Ranking based on criteria

    Hmm, typically you'd consider ranking in following manner.

    When there is tie for 1st spot, next rank skips to 3rd. Since 1st and 2nd are occupied by the ties.

    That calculation can be done using...
    =COUNTIFS($C$9:$C$21,C9,$D$9:$D$21,">"&D9)+1

    However, you are counting ties as occupying single spot (1st) and gives top 3 to 4 separate values for LH2.
    Is this intended?

  4. #4
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Re: Ranking based on criteria

    Thank you very much, the solutions are working well!

+ 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. [SOLVED] Create a table based on top ranking criteria, based on multiple fields.
    By stevensimon10482 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-13-2017, 08:49 PM
  2. Ranking Question - Ranking based criteria but having forumla value issues
    By harp1983 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-09-2016, 07:03 AM
  3. Ranking Based on Criteria
    By mlbdc2012 in forum Excel Formulas & Functions
    Replies: 35
    Last Post: 02-26-2014, 01:07 PM
  4. [SOLVED] Ranking based on criteria
    By mlbdc2012 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-17-2014, 04:22 AM
  5. Ranking Based on Three Criteria
    By annie82 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-28-2013, 01:21 AM
  6. Excel 2007 : Ranking Based on Three Criteria
    By CRIMEDOG in forum Excel General
    Replies: 4
    Last Post: 02-09-2012, 08:18 PM
  7. Ranking based on certain criteria?
    By Ahmad Adha Ali in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-18-2005, 04:51 AM

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