+ Reply to Thread
Results 1 to 8 of 8

Calculating Football results/scores for Fantasy League

  1. #1
    Registered User
    Join Date
    11-27-2019
    Location
    England
    MS-Off Ver
    Microsoft Excel for Mac (16.30)
    Posts
    20

    Calculating Football results/scores for Fantasy League

    Hi

    I am looking for some help creating an excel sheet to keep track of a friends football score predictions.

    I need a formula that calculates the outcome of the match once the score is entered (so Home Win, Away Win, Draw) and I also need the following points system:

    correct result: 100 points
    Correct score: 300 points
    Bonus per correct home goal: 15 points
    Bonus per correct away goal: 20 points

    I have attached my attempt at a lay out but not sure if this is the best way to go about it..

    Any help would be much appreciated

    Thank you for your time

    John
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,329

    Re: Calculating Football results/scores for Fantasy League

    Pleas mock up (for three of the players) how and where you want this to appear. Do this manually and post the workbook again.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-27-2019
    Location
    England
    MS-Off Ver
    Microsoft Excel for Mac (16.30)
    Posts
    20

    Re: Calculating Football results/scores for Fantasy League

    Hi

    I have updated what I want it to look like on Sheet 1 with a formula needed to calculate the Match Outcome and Predicted Match Outcome and then the score for each match based on the points system I mentioned..

    Thank you
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,329

    Re: Calculating Football results/scores for Fantasy League

    In H3 copied down:

    =IF(F3>G3,"HW",IF(F3<G3,"AW","D"))

    In I3 copied down:

    =IF($C3="","",IFERROR(IF(H3=$E3,100,0)+IF(AND($C3=F3,$D3=G3),300,0)+MIN($C3,F3)*15+MIN($D3,G3)*30,""))

    Excel 2016 (Windows) 32 bit
    F
    G
    H
    I
    1
    Darius
    2
    Home Score
    Away Score
    Predicted Match Outcome
    Score
    3
    2
    1
    HW
    130
    4
    0
    1
    AW
    130
    5
    1
    1
    D
    100
    6
    3
    0
    HW
    15
    7
    2
    0
    HW
    0
    8
    1
    3
    AW
    505
    9
    1
    0
    HW
    10
    1
    4
    AW
    11
    1
    2
    AW
    Sheet: Sheet1
    Attached Files Attached Files
    Last edited by AliGW; 05-17-2020 at 11:35 AM.

  5. #5
    Registered User
    Join Date
    11-27-2019
    Location
    England
    MS-Off Ver
    Microsoft Excel for Mac (16.30)
    Posts
    20

    Re: Calculating Football results/scores for Fantasy League

    Quote Originally Posted by harrowerjohn View Post
    Hi

    I have updated what I want it to look like on Sheet 1 with a formula needed to calculate the Match Outcome and Predicted Match Outcome and then the score for each match based on the points system I mentioned..

    Thank you
    Thank you for this (and so quickly??). Its my fault for the explanation at the top but for the bonus points for away and home goals you get 15 points if you get the correct home goals and 20 points for the correct away goals. So for Darius, if his Cell F=Cell C he gets 15 and if G=D then he gets 20. Would it be possible to change the formula to match this?

    Thank you so much!!

    John

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,329

    Re: Calculating Football results/scores for Fantasy League

    OK - that's easier, then! How's this?

    =IF($C3="","",IFERROR(IF(H3=$E3,100,0)+IF(AND($C3=F3,$D3=G3),300,0)+IF($C3=F3,15,0)+IF($D3=G3,30,0),""))

  7. #7
    Registered User
    Join Date
    11-27-2019
    Location
    England
    MS-Off Ver
    Microsoft Excel for Mac (16.30)
    Posts
    20

    Re: Calculating Football results/scores for Fantasy League

    Brilliant. Thank you! (i've changed the ($D3=G3,30,0) to 20 instead of 30 for the bonus points and this is the correct score!)

    Have a nice end to the day!

    John
    Last edited by AliGW; 05-17-2020 at 12:38 PM. Reason: Please don't quote unnecessarily!

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,329

    Re: Calculating Football results/scores for Fantasy League

    OK - sorry, I misread that!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

    Administrative Note:

    Please don't quote whole posts, especially when you are responding to the one immediately preceding your own - it's just clutter. It's OK to quote if you are responding to a post out of sequence, but limit quoted content to a few relevant lines that makes clear to whom and what you are responding. Thanks!

    For normal conversational replies, try using the QUICK REPLY box below or the REPLY button instead of REPLY WITH QUOTE.

+ 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. Fantasy Football: Draft day spreadsheet needs help auto filling league teams
    By trihardtrey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-24-2019, 09:52 AM
  2. Replies: 6
    Last Post: 09-17-2014, 06:38 PM
  3. Replies: 1
    Last Post: 09-17-2014, 02:07 AM
  4. Replies: 1
    Last Post: 09-17-2014, 02:07 AM
  5. Referencing cells for a fantasy football league
    By damianberry in forum Excel General
    Replies: 3
    Last Post: 10-05-2012, 09:06 AM
  6. Replies: 3
    Last Post: 09-18-2012, 09:50 AM
  7. Fantasy Football scores calculations...
    By hoti0101 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-26-2006, 11:58 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