+ Reply to Thread
Results 1 to 7 of 7

Football Predictor

  1. #1
    Registered User
    Join Date
    06-25-2014
    Location
    Glasgow
    MS-Off Ver
    2010 & 2013
    Posts
    16

    Football Predictor

    Hi,

    Similar to other threads that I have seen on here, I run a football predictor competition at work and would like to set up a spreadsheet that will automatically calculate each individuals score.

    The scoring works like this:

    5 points for a correct result and correct score for e.g. 1-0 prediction and 1-0 result
    3 points for a correct result but wrong score e.g. 3-2 prediction and 2-0 result
    1 bonus point for a correct part score for either team but only if the overall result is correct result e.g. 3-2 prediction and 3-1 result, therefore bonus point is available for correctly predicting the 3 score correctly, giving an overall 4 points (3+1). Unlike others, I only give bonus points for if the overall score is correct and not if half a score is correct, e.g. 3-2 prediction and 0-2 result gets 0 points (apologies if I'm over stating how the scoring works).

    I have altered this formula that I saw in another thread =IF(COUNT($X308:$Y308,Z308:AA308)=4,(1*OR($X308=Z308,$Y308=AA308))+(3*(SIGN($X308-$Y308)=SIGN(Z308-AA308)))+(1*AND($X308=Z308,$Y308=AA308)),"")

    It just about works but gives a bonus point even with the overall wrong score, how do I go about changing what I am looking for?

    I am happy to 'tinker' about with the spreadsheet but this type of formula is new to me and I don't understand how it works, could someone also explain what the formula is doing?

    I can provide a spreadsheet with the results that I am looking for if that makes it easier.

    Thanks.

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Football Predictor

    Hi

    Bonus points?

    Just make it clear?
    If you say 3-1 prediction and result is 3-2?
    You want to give 3+1=4?
    What about 3-0 or 4-3 or 4-1 is this just 3 point or still 3+1=4? It this correct?

    Something near to results like only give bonus points if +1 or -1? Anything over +2or -2 just a 3 points?
    Sample: 4-1 result and predictions 4-0 or 4-2 give 3+1=4?
    If 4-3 then it just 3 point?

    If not please explain clear how bonus points you looking for?

    Regard
    micope21
    Last edited by micope21; 06-26-2014 at 03:08 AM.
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  3. #3
    Registered User
    Join Date
    06-25-2014
    Location
    Glasgow
    MS-Off Ver
    2010 & 2013
    Posts
    16

    Re: Football Predictor

    Hi micope21, thanks for your response.

    The bonus point is only available if you get the correct result but wrong score.

    As you said above, prediction 3-1 but score 3-2 means you would get 3 points for correct result and 1 bonus point is available for correctly predicting 3 goals scored as part of the overall result, total 4 points awarded.

    Same applies if you predicted 4-2 but score was 3-2, 3 points for correct result and 1 bonus point is available for correctly 2 goals scored as part of the overall result, total 4 points awarded.

    If score again was 3-2 but prediction is 1-0, 2-0, 2-1, 4-1, 5-3 etc only 3 points are awarded for correct result but no bonus points awarded as neither part of the correct result have been correctly predicted.

    No points are awarded for the wrong result, even if part of the overall score is correct; again if the score was 3-2 but 0-2, 1-2 or 2-2 were predicted would result in 0 points.

    I've attached a sample of what I am looking for with manual calculation and the automatic calculation I have so far, with cells highlighted in yellow where points have been awarded that shouldn't have been.

    Thanks,
    EMcK
    Attached Files Attached Files
    Last edited by EMcK; 06-26-2014 at 05:47 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Football Predictor

    Hi

    See the file!
    Information in the file!

    Find other way use extra column!

    Regard
    micope21
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-25-2014
    Location
    Glasgow
    MS-Off Ver
    2010 & 2013
    Posts
    16

    Re: Football Predictor

    Hi Micope 21,

    thank you very much, I appreciate the help and persistence - you've stopped a potential argument within my team as I thought I was going to have to change the scoring system!

    EMcK

  6. #6
    Registered User
    Join Date
    06-25-2014
    Location
    Glasgow
    MS-Off Ver
    2010 & 2013
    Posts
    16

    Re: Football Predictor

    Hi,

    Trying to complete the spreadsheet for everything I would like it to do, I have a separate tab in the workbook that has a running total of points scored over the season that includes a break down of points scored for each week; I have this set to read the total score for each from the score predictions tab. I send out a weekly update on the scores to those playing so I used to manually sort my points table however I have now recently added another tab called leaderboard to automatically sort the table into the correct numerical order. That seems fine however I have noticed that if I have two players on the same number of total points it removes the 2nd person from my sorted table – is there a way round this. Ideally I would like to sort by total number of points then highest number of points scored in any one week over the weeks we play, is this something that you could help with?

    Also, if I expand the number of players playing, is there a quick way to ‘copy cell reference’ from the scores prediction sheet onto the points table? When I try to copy the formula excel doesn’t appear to ‘learn’ the pattern so I have to manually tell it what cells to look at which is more likely to cause an error.

    Any help will very much be appreciated.

    Thanks,
    EMcK
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Wink Re: Football Predictor

    Hi EMcK

    See the file!!

    Leaderboard Tab

    D4
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down.
    C4
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This is array formula Press same time, Ctrl+Shift+Enter NOT ENTER!! Then copy down.
    E4
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    copy down and cross.

    Score Prediction Tab

    See the highlight yellow

    Regard
    micope21
    Attached Files Attached Files

+ 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. Football
    By Donald in forum Excel General
    Replies: 6
    Last Post: 10-21-2014, 10:36 PM
  2. NRL Ladder Predictor
    By ExcelSipi in forum Excel General
    Replies: 2
    Last Post: 04-05-2014, 03:03 AM
  3. [SOLVED] Football stats - calling football fans!
    By Steve_123 in forum Excel General
    Replies: 5
    Last Post: 05-18-2012, 09:15 AM
  4. Football League Predictor Workbook
    By oliverhj in forum Excel General
    Replies: 5
    Last Post: 08-17-2010, 10:27 AM
  5. [SOLVED] [SOLVED] LINEST maximum number of predictor variables
    By Peter N in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-18-2005, 10:06 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