+ Reply to Thread
Results 1 to 3 of 3

Sports schedule winner

  1. #1
    Registered User
    Join Date
    08-21-2015
    Location
    USA
    MS-Off Ver
    2010
    Posts
    44

    Sports schedule winner

    I have a sports schedule with 5 columns.

    Column A = Team A
    Column B = Team A Score
    Column C = Team B
    Column D = Team B Score
    Column E = Winner

    I need a formula that will display the winning team based on the scores I insert. If there is a tie, it should display "Tie". If the game hasn't been played, I would prefer it to be blank until I enter scores.

    Any thoughts?

  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: Sports schedule winner

    How about something like:

    =IF(COUNT(B2,D2)<2, "", IF(B2=D2, "Tie", IF(B2>D2, A2, C2)))
    _________________
    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
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: Sports schedule winner

    You can use this formula in E2:

    =IF(OR(B2="",D2=""),"",IF(B2=D2,"Tie",IF(B2>D2,A2,C2)))

    and then copy down if you have other results.

    Hope this helps.

    Pete

+ 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. Sports League Standings and Schedule
    By cotsports in forum Excel General
    Replies: 8
    Last Post: 01-03-2024, 11:27 AM
  2. Help populating master sports schedule.
    By lavudyar in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-07-2015, 01:11 PM
  3. Creating a complicated sports schedule
    By RoughRiders9 in forum Excel General
    Replies: 3
    Last Post: 12-23-2014, 01:21 PM
  4. Sports league schedule generator
    By Gordon Bro in forum Excel General
    Replies: 4
    Last Post: 10-15-2014, 04:09 PM
  5. How to generate a sports schedule
    By tmiller85 in forum Excel General
    Replies: 1
    Last Post: 03-06-2014, 11:33 AM
  6. random sports schedule
    By cms541 in forum Excel General
    Replies: 0
    Last Post: 08-26-2013, 09:32 PM
  7. Help with Sports Schedule/Standings Management
    By Rhinorocka14 in forum Excel General
    Replies: 2
    Last Post: 06-22-2012, 11:48 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