+ Reply to Thread
Results 1 to 4 of 4

Soccer Help

  1. #1
    Forum Contributor
    Join Date
    02-10-2007
    Location
    Manchester, England
    MS-Off Ver
    2013
    Posts
    133

    Soccer Help

    I want to make a little game for my son...

    I have a list of teams that i want excel to pick to play against each other and then when i have entered the scores the winners go into the next round and so on till the final. can this be done

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Could you adapt this

    http://www.xldynamic.com/source/xld.LeagueTable.html

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Registered User
    Join Date
    06-06-2007
    Posts
    53
    If your teams are in column A, and their first round scores in column B, you just want the formulas to be:

    =IF(B1 > B2, B1, B2)
    =IF(B3 > B4, B3, B4)

    etc for the second round, and so forth for subsequent rounds.

    The way you format it is up to you.

    EDIT: Guess I didn't read OP very well. I would go with VBA Noob's advice.

  4. #4
    Forum Contributor
    Join Date
    02-10-2007
    Location
    Manchester, England
    MS-Off Ver
    2013
    Posts
    133
    here is what i want

    NK Dinamo Zagreb - The New Saints NK Dinamo Zagreb (CRO)
    - IF Elfsborg (SWE)
    - MSK Zilina (SVK)
    - APOEL FC (CYP)
    - Domzale (SVN)
    - FK Sarajevo (BIH)
    - Tampere United (FIN)
    - The New Saints (WAL)

    |make draw|

    There are 28 teams in the first round

+ 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