+ Reply to Thread
Results 1 to 4 of 4

Formula required to calculate points based on football scores in champions league

  1. #1
    Registered User
    Join Date
    03-10-2007
    Location
    Scotland
    Posts
    38

    Formula required to calculate points based on football scores in champions league

    Hi All

    I am trying to use the logical if formula to calclate points based on actual results of football matches against predicted scores but I am in a bit of a knot. Can anyone please help??
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: Formula required to calculate points based on football scores in champions league

    Try this
    =IF(AND(C2=B2,F2=E2),3,IF(OR(AND(B2>E2,C2>F2),AND(E2>B2,F2>C2)),1,0))

    Team wins or draws 1 pt
    Pls give examples of predictions for when "Team wins" (whatever that means, ie which team?) and draw
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,441

    Re: Formula required to calculate points based on football scores in champions league

    Try this in G2:

    =IF(OR(C2="",F2=""),"",IF(AND(B2=C2,E2=F2),3,IF(OR(AND(B2>E2,C2>F2),AND(B2<E2,C2<F2),AND(B2=E2,C2=F2)),1,0)))

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    03-10-2007
    Location
    Scotland
    Posts
    38

    Re: Formula required to calculate points based on football scores in champions league

    This formula didn't quite do the trick Special-K but the response from Pete is perfect. Thanks for your help, it was much appreciated

    Catalpa

+ 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