+ Reply to Thread
Results 1 to 6 of 6

Ranking the 1st places, 2nd places and 3rd places

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

    Ranking the 1st places, 2nd places and 3rd places

    So I have 3 tables where each table consists of 3 teams.

    I made a formula to rank each of the teams in each table in the order of :
    1. Points
    2. Goal Difference
    3. Score For

    and after all 3 tables were completed, I made a table where I put all the rankings together.

    Now I need help making a formula where I rank all the 1st places separately, 2nd places separately and 3rd places separately. Using the same order,
    where first it would look at their "points", and if "points" are tied then look at "goal difference", and if that's also tied then look at the "score for".
    and if all 3 of those things are tied then it's okay for two teams to finish with the same rank.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,699

    Re: Ranking the 1st places, 2nd places and 3rd places

    Administrative Note:

    Members will tailor the solutions they offer to the version (NOT release number) of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,699

    Re: Ranking the 1st places, 2nd places and 3rd places

    You have failed to mock up your expected results - please do this now. Thanks.

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

    Re: Ranking the 1st places, 2nd places and 3rd places

    i dont understand whats required to do

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    81,699

    Re: Ranking the 1st places, 2nd places and 3rd places

    I'll have to guess, then!

    First move all ranking calculatins into column M.

    In P13 copied down:

    =INDEX($D$6:$D$21,MATCH(1,($C$6:$C$21=1)*($M$6:$M$21=LARGE(IF($C$6:$C$21=1,$M$6:$M$21),ROWS($1:1))),0))

    In S13 copied down:

    =INDEX($D$6:$D$21,MATCH(1,($C$6:$C$21=2)*($M$6:$M$21=LARGE(IF($C$6:$C$21=2,$M$6:$M$21),ROWS($1:1))),0))

    In P19 copied down:

    =INDEX($D$6:$D$21,MATCH(1,($C$6:$C$21=3)*($M$6:$M$21=LARGE(IF($C$6:$C$21=3,$M$6:$M$21),ROWS($1:1))),0))

    You may need to enter the formulae as array with CSE.
    Attached Files Attached Files
    Last edited by AliGW; 06-30-2022 at 01:37 AM. Reason: Changed formulae in attachment to CSE entered.

  6. #6
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,629

    Re: Ranking the 1st places, 2nd places and 3rd places

    Try this.
    In P13
    Please Login or Register  to view this content.
    In S13
    Please Login or Register  to view this content.
    In P19
    Please Login or Register  to view this content.
    All copied down.
    Note changes in the formulas which are ranking numbers.
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 06-30-2022 at 03:13 AM.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Replies: 4
    Last Post: 07-09-2022, 12:23 PM
  2. Adusting decimal places based on greatest number of places in a series
    By anelson87 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-11-2022, 01:05 PM
  3. Decimal Places
    By rmccain in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-23-2016, 10:05 PM
  4. [SOLVED] Ordinal Ranking or places, allowing ties after soring scores
    By JMacrow in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2012, 02:07 PM
  5. Replies: 2
    Last Post: 03-30-2012, 12:34 PM
  6. Excel 2007 : Places Bar
    By MilusC in forum Excel General
    Replies: 1
    Last Post: 04-23-2010, 12:29 PM
  7. [SOLVED] decimal places
    By Simon0009 in forum Excel General
    Replies: 2
    Last Post: 06-03-2005, 02:05 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