+ Reply to Thread
Results 1 to 3 of 3

Rank based on 3 different columns

  1. #1
    Registered User
    Join Date
    06-28-2022
    Location
    canada
    MS-Off Ver
    office 2019
    Posts
    4

    Rank based on 3 different columns

    So I want to rank a group based on the following order:

    1. Points
    2. Goal Difference
    3. Score For

    So if "points" are equal between two teams, I want to check their "goal difference". And if the "goal difference" is also equal then check for the "score for".

    If all three of those are equal then its fine to have two teams with the same rank

    I need help finding a formula to do that.



    I have attached a sample excel to test on.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Rank based on 3 different columns

    If you don't mind to use helper cells.

    N6 (copy down to N8)
    =E6*10000+L6*100+J6

    C6
    =RANK(N6,$N$6:$N$8)

    Regards.

    Note : Please change your ms-office version in your profile.

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2503 and WPS V2024(12.1.0.18543)
    Posts
    3,944

    Re: Rank based on 3 different columns

    Try Cell C6 formula , Drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. Rank the Date Based on Two Columns
    By Statto in forum Excel General
    Replies: 13
    Last Post: 10-28-2019, 07:22 AM
  2. [SOLVED] Ranking with RANK and SUMPRODUCT based on Two Value Columns
    By Newmord in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-28-2018, 03:01 PM
  3. [SOLVED] Rank data based on two columns
    By billj in forum Excel General
    Replies: 2
    Last Post: 03-16-2018, 05:27 AM
  4. Replies: 4
    Last Post: 07-13-2017, 05:45 PM
  5. [SOLVED] How to RANK based on 2 columns
    By kolokoy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-31-2016, 11:38 PM
  6. Need to rank a columns contents based on another column
    By pongmeister in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-27-2016, 12:39 AM
  7. [SOLVED] Rank function, based on 2 criteria / columns
    By Hein in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2013, 11:34 PM

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