+ Reply to Thread
Results 1 to 7 of 7

Tie Breaker

  1. #1
    Registered User
    Join Date
    12-22-2009
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Tie Breaker

    I have read a lot of posts about tie breakers and using "Composite scores" and "helper columns" to sort out the winner. They make sense, but the problem I have is when you are working with 3 or more tie breaker elements .

    Example - Two players are tied with their point total. After the first tie breaker player 2 wins. It should stop right there, but with the composite scoring, it tallies the 2, 3 and 4 tie breakers. So in theory, a player that does better in tie breaker 2, 3, or 4 could place higher even though they lost the main tie breaker.

    I have tried placing weight values of significance with each tie breaker, but it still comes up with the same possibility.

    Is there a way to stop the formula after the first tie breaker if it generates a winner, then if still tied go to second tie breaker, etc?

    Thank you for your help.
    Last edited by allnet000; 02-11-2010 at 04:10 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Tie Breaker Questions

    Here's how I do it. I create a precision decimal value from all the tie-breaker values. I default to two-digits for each value, you would have to adapt if any of your values are greater than 2 digits. My technique would work for your scenario.

    Look in this folder:
    Jerry Beaucaire's Excel Tools

    (the file you want is Rank-TieBreaking.xls)

    Check it out. The magic is happening in column H on the PreferredMethod sheet.
    Last edited by JBeaucaire; 02-10-2010 at 11:25 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    12-22-2009
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Tie Breaker Questions

    Thanks Jerry. I will apply your approach to my spreadsheet and let you know if it is successful. Thanks.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Tie Breaker Questions

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].

    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated. It is found across from the "time" in each of our posts.)

  5. #5
    Registered User
    Join Date
    12-22-2009
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Tie Breaker Questions

    Jerry,

    I used your formula and notice a discrepency. In the attached example, Name 6 should be in first place but is coming in 2nd place. Do you know why this would happen?

    I have attached the file for your reference.
    Attached Files Attached Files

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Tie Breaker Questions

    I warned you that you had to know the maximum # of digits for each column. See the notes on the sheet in red text?

    When you change to 3 digits in column C and column F, you need to adjust that part of the KEY formula to "000".

    Based on those instructions, your first formula in I2 would be:

    =(B2&"."&TEXT(C2,"000")&D2&E2&TEXT(F2,"000")&G2&H2)+0
    Last edited by JBeaucaire; 02-11-2010 at 04:30 PM.

  7. #7
    Registered User
    Join Date
    12-22-2009
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Tie Breaker Questions

    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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