+ Reply to Thread
Results 1 to 8 of 8

football prediction game help

Hybrid View

  1. #1
    Registered User
    Join Date
    08-20-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    2

    football prediction game help

    Hi all

    I am new on here and was hoping for a little help. My question is similar to one on the following thread, but I dont think mine is quite as complicated. I was unable to sort from the answers on this thread so was hoping someone could help with a formula for my document....

    http://www.excelforum.com/excel-form...t-formula.html


    Basically, I have started a football prediction game. The scoring works like this:

    5 points for a completely correct result and scoreline for both teams e.g. 1-0 prediction and 1-0 result
    2 points for a correct result but not correct scoreline e.g. 1-0 prediction and 2-0 (or 2-1 etc) result
    0 points for an incorrect result e.g. 1-0 prediction and 2-2 (or 0-1 etc) result


    My formula's in rows I-L are nowhere near how they need to be, and that is as far as my abilities in excel go really!

    Chris - he guessed 0-1 - he got the result and the scoreline correct, therefore should be 5 points
    Dave - he guessed 1-3 - he got the result right but the scoreline wrong, therefore should be 2 points
    Freddie - he guessed 0-2 - he got the result right but the scoreline wrong, therefore should be 2 points
    Graham - he guessed 1-1 - he got the result incorrect and therefore should be 0 points
    Liam - he guessed 0-1 - he got the result and the scoreline correct, therefore should be 5 points
    Theo - he guessed 1-0 - he got the result incorrect and therefore should be 0 points


    Although it does not take that much to type it in, it would be very handy to know a formula to use for this. I want to be able to just type the result into the fixture tab, and then it automatically fill in columns H and I for me, adding the total points accrued into I41.

    Any help would be very appreciated....

    Thanks in advance...Tottenham Fixture Game.xlsTottenham Fixture Game.xls

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

    Re: football prediction game help

    In the attached file I've used columns K and L of the players' sheets to give the result (as H, A or D) for predicted and actual, using this formula in K2:

    Formula: copy to clipboard
    =IF(G2="","",IF(LEFT(G2,FIND("-",G2)-1)=RIGHT(G2,LEN(G2)-FIND("-",G2)),"D",IF(--LEFT(G2,FIND("-",G2)-1)>--RIGHT(G2,LEN(G2)-FIND("-",G2)),"H","A")))


    which is then copied to L2, and both are copied down. Then the points can be calculated in I2 using this formula:

    Formula: copy to clipboard
    =IF(OR(G2="",H2=""),"",IF(K2=L2,IF(G2=H2,5,2),0))


    again, copied down. These have been applied to all players' sheets.

    Hope this helps.

    Pete
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-21-2013
    Location
    UK
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    86

    Re: football prediction game help

    Since I've had a go I thought I'd upload it for your reference.

    I've added helper columns to the Dave sheet that hopefully make sense and will (presumably) do much the same as Pete's answer.
    Attached Files Attached Files
    If I've helped or inspired, please click the star.

  4. #4
    Registered User
    Join Date
    08-20-2013
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: football prediction game help

    Pete_UK & duffry - thank you so much for your prompt responses, both of them work brilliantly. i will be able to sit back and let it do itself now. it gives me a little more knowledge and will be useful in my job for the future, so thanks again!

    just one final question, on the Leaderboard tab, can you think of a any formulas to have this automatically update so that the name and current highest scores updates itself?

    all I was intending to do was just use Data/Sort - however for completeness if this could be done it will finish it off completely...

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

    Re: football prediction game help

    I've set this up in the attached file for you, so it should now automatically adjust.

    Hope this helps.

    Pete
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    12-01-2013
    Location
    Londonish
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: football prediction game help

    Hi there peeps. I'm new to this place but thought you guys could help me out with my Prediction league on excel 2010.
    I used one of the formulas posted on this site which worked nicely with couple of minor tweaks, however I'm struggling with a couple of bits.
    Attached Images Attached Images

  7. #7
    Registered User
    Join Date
    12-01-2013
    Location
    Londonish
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: football prediction game help

    predo.jpg
    Hi there peeps. I'm new to this place but thought you guys could help me out with my Prediction league on excel 2010.
    I used one of the formulas posted on this site which worked nicely with couple of minor tweaks, however I'm struggling with a couple of bits.
    How can I stop excel counting blank cells as 5 points (cell I7 in the image should be 0 or preferably blank) Many thanks, Al

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: football prediction game help

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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] Football Prediction help!!
    By Welsh in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-21-2012, 12:47 PM
  2. Football prediction game
    By onefurlongout in forum Excel General
    Replies: 0
    Last Post: 08-08-2010, 04:18 AM
  3. Football Prediction Game Season 2010-11
    By JediMaster in forum Excel General
    Replies: 4
    Last Post: 06-28-2010, 02:13 PM
  4. Excel 2007 : football prediction game
    By JediMaster in forum Excel General
    Replies: 0
    Last Post: 06-15-2010, 05:53 PM
  5. Help for my football prediction game
    By 1.zer0 in forum Excel General
    Replies: 8
    Last Post: 06-13-2010, 01:06 PM

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