+ Reply to Thread
Results 1 to 5 of 5

World Cup calendar

  1. #1
    Registered User
    Join Date
    12-07-2013
    Location
    san jose
    MS-Off Ver
    Excel 2003
    Posts
    2

    World Cup calendar

    Hello everyone, I want to to make an excel file for the Fifa World Cup, i'm only missing how to send the top two teams from each group to the knockout round (sheet 2). Basically I need to send the top two teams of each group, based on the points accumulated after 3 games, in case there is a tie, the second parameter should be goal difference, can anyone give me any ideas on how ca i do this? I have been stuck for a while now with this. And also, is there a way to sort the teams according to their points that doesn't mess up everything in the table?

    Thanks

    Mundial.xlsx
    Last edited by hstein; 12-18-2013 at 02:59 AM.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: World Cup calendar

    Hi,

    You were just missing a bracket (and the one before the first IF is superfluous as well), e.g. for cell E2:

    =IF(A12>C12,$I$2+3,IF(A12=C12,$I$2+1,IF(A12<C12,I2+0,I2+0)))+IF(C9<A9,$I$2+3,IF(A9=C9,$I$2+1,IF(C9>A9,I2+0,I2+0)))+IF(A15>C15,I2+3,IF(A15=C15,$I$2+1,IF(A15<C15,I2+0,I2+0)))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    12-07-2013
    Location
    san jose
    MS-Off Ver
    Excel 2003
    Posts
    2

    Thumbs up Re: World Cup calendar

    Quote Originally Posted by XOR LX View Post
    Hi,

    You were just missing a bracket (and the one before the first IF is superfluous as well), e.g. for cell E2:

    =IF(A12>C12,$I$2+3,IF(A12=C12,$I$2+1,IF(A12<C12,I2+0,I2+0)))+IF(C9<A9,$I$2+3,IF(A9=C9,$I$2+1,IF(C9>A9,I2+0,I2+0)))+IF(A15>C15,I2+3,IF(A15=C15,$I$2+1,IF(A15<C15,I2+0,I2+0)))

    Regards
    Thank you very much

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: World Cup calendar

    You're welcome.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: World Cup calendar

    I believe this does the same thing:

    Please Login or Register  to view this content.
    Last edited by shg; 12-08-2013 at 04:42 PM.
    Entia non sunt multiplicanda sine necessitate

+ 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. [SOLVED] Calendar entry meeting in lotus notes calendar with macro
    By abjac in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-16-2016, 05:45 AM
  2. Calendar functions - linking work activities with formatted dates to calendar
    By SKSS in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 05-14-2012, 06:38 PM
  3. Calendar VBA auto filling week and month based on calendar entry.
    By perrymagic in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-18-2011, 02:00 PM
  4. Replies: 0
    Last Post: 03-27-2008, 04:36 PM
  5. Modify Yearly Calendar to Monthly Calendar Excel 2000?
    By James Cooper in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 07-13-2006, 06:50 PM

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