+ Reply to Thread
Results 1 to 4 of 4

Rank & Tie Breakers based on multiple criteria

  1. #1
    Registered User
    Join Date
    06-07-2017
    Location
    Goodyear, Arizona
    MS-Off Ver
    Office 2013
    Posts
    2

    Question Rank & Tie Breakers based on multiple criteria

    Hi Excel Gurus,

    I am working on a sports schedule and would like to break ties based on multiple criteria. I'm looking for a formula that will rank & break a tie (or multiple ties) in-order, based on the following criteria:

    Wins
    Win %
    Head-to-Head
    Point Differential
    Total Points Scored

    I have a formula that is working to calculate wins & win percentage, but I'm stuck at head to head.

    I have all of the raw data organized to pull from, I just can't figure out the right formulat to make this work. Any/all suggestions are much appreciated!

    Tab 1: Ranking Table (wins, losses, etc...)
    Tab 2: Raw score entry that populates wins/losses
    Tab 3: Pivot Table showing head-to-head wins

    Please note, this is just a sample so everything in the sample sheet is not linked, just wanted to give you an idea of where the data is being pulled and input.

    Thank you!

    Mike
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Rank & Tie Breakers based on multiple criteria

    Here is how I would calculate it.

    First of all convert the range into an Excel Table. you don't have to do that, but it makes the formulas easier to read and also pivot tables and other formulas will always reference the right amount of data.

    I added a couple of helper columns to compute head-to-head.

    Head to Head at Home: =SUMPRODUCT( ([Home Team]=[@[Home Team]]) * ([Visitor]=[@Visitor])* ([Home Team Score]>[Visitor Score]) ) - where the team looked at is at home playing this particular visitor and the home score is greater than the visitor score.

    Head to Head Away: =SUMPRODUCT(([Visitor]=[@[Home Team]])*([Home Team]=[@Visitor])*([Visitor Score]>[Home Team Score])) - where the team looked at is the visiting team playing the same opponent and the visitor score is greater.

    Head to Head Total = Head to Head (Home) + Head to Head (Away).

    Results are summarized on the Head to Head sheet.

    P.S. I removed the blank rows in the Game Score Table.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Registered User
    Join Date
    06-07-2017
    Location
    Goodyear, Arizona
    MS-Off Ver
    Office 2013
    Posts
    2

    Re: Rank & Tie Breakers based on multiple criteria

    Awesome, that totally worked!

    Thank you so much for the reply and assistance, I was trying every different combination I could think of but couldn't get over the H2H!

  4. #4
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Rank & Tie Breakers based on multiple criteria

    I find that I have to translate the problem into words and then sometimes it makes sense.

+ 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. assistance with match and rank order formula based on multiple criteria
    By OSepulvedaIII in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-18-2016, 06:21 AM
  2. Multiple Tie Breakers Ranking
    By stalker833 in forum Excel General
    Replies: 0
    Last Post: 03-15-2014, 04:33 AM
  3. Multiple Tie Breakers
    By bertie343 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2013, 11:20 AM
  4. Rank maximum based on multiple criteria
    By nasman in forum Excel General
    Replies: 1
    Last Post: 04-09-2012, 12:22 AM
  5. Rank based on criteria
    By Steve DeBruin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  6. [SOLVED] Rank based on criteria
    By Steve DeBruin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. Rank based on criteria
    By Steve DeBruin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12: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