+ Reply to Thread
Results 1 to 10 of 10

Additional forumlas on a sports bracket

  1. #1
    Registered User
    Join Date
    06-11-2016
    Location
    Austintown
    MS-Off Ver
    Professonal Plus 2013
    Posts
    6

    Additional forumlas on a sports bracket

    As you can see Im working on a sports bracket,if you look at the highlighted H22 box you see the formula that I use as this bracket is for a single elimination tournament........the B,C,D columns all represent games....B is Game 1,C is Game 2 and If necessary D is Game 3....... what I would like to see,if its possible.....to manipulate the formula a bit to where is a team only advances if it wins 2 of the 3 games....Like with Long Beach State & Louisville...and nothing changes if they only win the first like in the Florida State line......Thx for any suggestions


    Image2.jpg

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Additional forumlas on a sports bracket

    Try this:

    =IF(OR(B21="",B23=""),"Winner Series 6",IF(AND(B21>B23,C21>C23),A21,IF(AND(B23>B21,C23>C21),A23,"Winner Series 6")))
    Last edited by Estevaoba; 06-09-2017 at 07:28 PM.

  3. #3
    Registered User
    Join Date
    06-11-2016
    Location
    Austintown
    MS-Off Ver
    Professonal Plus 2013
    Posts
    6

    Re: Additional forumlas on a sports bracket

    thx.....Didnt work though

  4. #4
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Additional forumlas on a sports bracket

    I don't get it. It does work here.

  5. #5
    Registered User
    Join Date
    06-11-2016
    Location
    Austintown
    MS-Off Ver
    Professonal Plus 2013
    Posts
    6

    Re: Additional forumlas on a sports bracket

    Perfect... now it worked great...its now setup to if both teams win a game it stays winner of series #..thx for the help on that.....now I have tried to add a d columns into your forumla to get the winner of game 3 to advance..... =IF(OR(B21="",B23=""),"Winner Series 6",IF(AND(B21>B23,C21>C23,D21>D23),A21,IF(AND(B23>B21,C23>C21,D23>D21),A23,"Winner Series 6"))) hoping it would show the Team but still shows Winner Series 6.... Im sure I need to add something else to it but not sure what.....Thanks again....finally getting close to what I was wanting out of this

    Steve

  6. #6
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Additional forumlas on a sports bracket

    Glad it worked, Steve!
    For the third win in a row, your addition looks perfect!
    Last edited by Estevaoba; 06-10-2017 at 12:02 AM.

  7. #7
    Registered User
    Join Date
    06-11-2016
    Location
    Austintown
    MS-Off Ver
    Professonal Plus 2013
    Posts
    6

    Re: Additional forumlas on a sports bracket

    It still has Winner Series 6 instead of switching to Louisville...any suggestions....thx

    Image2.jpg

  8. #8
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Additional forumlas on a sports bracket

    The formula looks ok, Steve.
    It'll take three wins to switch to Louisville, but they lost the second game.

  9. #9
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Additional forumlas on a sports bracket

    OK, I get it.
    You want them to advance with either 2 out of the three games, right?
    The formula gets bigger, but it can be done.

    Try this.

    =IF(OR(B21="",B23=""),"Winner Series 6",IF(OR(AND(B21>B23,C21>C23),AND(C21>C23,D21>D23),AND(B21>B23,D21>D23)),A21,IF(OR(AND(B21<B23,C21<C23),AND(C21<C23,D21<D23),AND(B21<B23,D21<D23)),A23,"Winner Series 6")))

  10. #10
    Registered User
    Join Date
    06-11-2016
    Location
    Austintown
    MS-Off Ver
    Professonal Plus 2013
    Posts
    6

    Re: Additional forumlas on a sports bracket

    Thank you,thank you,thank you...................works like a charm........really appreciate your help

+ 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: 2
    Last Post: 01-15-2017, 09:27 PM
  2. [SOLVED] Modfication of Existing Code for additional additional cells
    By thilag in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-29-2016, 03:00 AM
  3. Making a sports bracket fairly automated.
    By cn0byt3 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-16-2015, 02:29 PM
  4. Replies: 2
    Last Post: 07-18-2014, 03:00 AM
  5. [SOLVED] Double Elimination Sports Tournament Bracket
    By SyracuseWolvrine in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-11-2014, 09:25 PM
  6. Replies: 1
    Last Post: 02-06-2014, 03:00 PM
  7. Remove String Within the Bracket and also the Bracket
    By seanyeap in forum Excel General
    Replies: 6
    Last Post: 04-23-2010, 10:24 AM

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