+ Reply to Thread
Results 1 to 3 of 3

Ranking in Excel based on multiple criteria

  1. #1
    Registered User
    Join Date
    10-20-2018
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    16

    Question Ranking in Excel based on multiple criteria

    Hi,

    I'd really appreciate some help in ranking the player scoring data below:

    Group Player Total_Points Net_Score Previous_Ranking Main TB-1 TB-2 TB-3

    I A 24 2 1 3 3 3 3
    I B 29.5 23 2 1 1 1 1
    I C 28.5 23 3 2 2 2 2
    I D 18 -2 4 6 6 6 6
    I E 9.5 -23 5 9 9 9 9
    I F 1.5 -25 6 13 13 13 13
    I G 20 2 7 4 4 4 4
    II H 20 49 8 4 5 5 5
    II I 0 -39 10 14 14 14 14
    II J 5 -16 11 11 11 11 11
    II K 9 -11 12 10 10 10 10
    II L 14 16 14 7 7 7 7
    II M 14 16 15 7 7 7 8
    II N 5 -19 16 11 11 12 12.

    The criteria are :

    Main - Ranking based on Total_Points ( column C)
    Tie-Breaker 1 - If the tie is across players from 2 Groups (column A) , player from Group I wins over the player from Group 2 (e.g. players G and H)
    Tie-Breaker 2 - If there is still a tie within the players from 2 groups, the player with the higher Net_Points (column D) wins (e.g. players J and N)
    Tie-Breaker 3- If there is still a tie the player with the better ranking from the Previous_Ranking (column E) wins (e.g. players L and M)

    The expected result is in column I (TB-3).

    Question : Is there a formula or set of formulae in Excel that I can use to automate the ranking process?
    Attached Files Attached Files

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

    Re: Ranking in Excel based on multiple criteria

    Try:

    =SUMPRODUCT(--($C$4:$C$17*10^13+($A$4:$A$17="I")*10^9+$D$4:$D$17*10^5-$E$4:$E$17
    >C4*10^13+(A4="I")*10^9+D4*10^5-E4))+1

  3. #3
    Registered User
    Join Date
    10-20-2018
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Ranking in Excel based on multiple criteria

    Thanks very much Phuocam. It works fine.

+ 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] Ranking based on criteria
    By Villalobos in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-14-2018, 10:38 AM
  2. Ranking based on multiple criteria
    By km3033 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-05-2017, 01:50 PM
  3. [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
  4. 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
  5. Ranking Based on Multiple Criteria
    By khannadh in forum Excel General
    Replies: 4
    Last Post: 09-02-2015, 08:20 PM
  6. [SOLVED] Finding Nth ranking value based on multiple criteria
    By scaffdog845 in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 04-26-2013, 01:00 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

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