+ Reply to Thread
Results 1 to 7 of 7

If Statement for football scoring help.

  1. #1
    Registered User
    Join Date
    08-03-2015
    Location
    Newport
    MS-Off Ver
    2007
    Posts
    6

    If Statement for football scoring help.

    I have a spreadsheet to calculate the predictions of all the fixtures for a weekend. However the guy running it has decided to change the scoring and I cant figure out the formula. If someone can help i'd be greatful.
    the scoring is as follows
    100% match - result and score = 3 points
    correctly predict a draw but get the score wrong = 2 points
    correctly predict the winner but get the score wrong = 1 point
    wrong score and winner = 0 points

    at the moment it all works except the correctly predict a draw part.

    here is the formula.

    Please Login or Register  to view this content.
    so columns E / F / G are the predictors guesses and columns B / C / D are the actual results.

    The calculates 3 points for exactly right, 1 point for correct prediction and 0 for wrong so its just the 2 points for draw predicting i need help with.

    Thanks guys

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: If Statement for football scoring help.

    It might help if you told us what was meant to be in each of the columns B, C & D
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    08-03-2015
    Location
    Newport
    MS-Off Ver
    2007
    Posts
    6

    Re: If Statement for football scoring help.

    Really sorry
    Column B is the predicted result i.e D, HW or AW
    Column C is predicted Home Score i.e 1,2,3
    Column D is predicted Away Score i.e 1,2,3
    Column E is the users guessed result i.e D, HW or AW
    Column C is users guessed Home Score i.e 1,2,3
    Column D is users guessed Away Score i.e 1,2,3

  4. #4
    Registered User
    Join Date
    08-03-2015
    Location
    Newport
    MS-Off Ver
    2007
    Posts
    6

    Re: If Statement for football scoring help.

    Here is the spreadsheet, the sheet i've been working on is GW1

    Thanks again
    Attached Files Attached Files

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: If Statement for football scoring help.

    I'm not sure if I've understood your request, but....

    For E14, drag down:
    =IF(AND($B2=E2,$C2=F2,$D2=G2),"100% Prediction",IF(AND(C2=D2,F2=G2),"Draw Predicted - Wrong Score",IF(AND($C2=F2,$D2=G2),"Score Predicted",IF(OR(ISBLANK(F2), ISBLANK(G2)),"No Entry",IF(SIGN($C2-$D2)=SIGN(F2-G2),"Game Result Predicted","No Match")))))

    For F14, drag down:
    =IF(E14="100% Prediction",3,IF(E14="No Match",0,IF(E14="Score Predicted",2,IF(E14="Game Result Predicted",1,IF(E14="Draw Predicted - Wrong Score",2)))))
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    08-03-2015
    Location
    Newport
    MS-Off Ver
    2007
    Posts
    6

    Re: If Statement for football scoring help.

    works a treat! thank you very much!

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: If Statement for football scoring help.

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

+ 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. Goal scoring times in football
    By Interesting Ian in forum Excel General
    Replies: 5
    Last Post: 06-27-2014, 04:17 AM
  2. Scoring Spreadsheet IF Statement
    By muddywings in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-27-2014, 06:33 AM
  3. Creating a Fantasy Football Scoring Spreadsheet
    By joeman242320 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-24-2013, 02:53 PM
  4. [SOLVED] Football (Soccer!) points scoring
    By Onceageordie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2013, 10:22 AM
  5. Scoring help
    By kabnt2005 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-16-2013, 08:54 PM
  6. Scoring
    By LMaiuri in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2013, 12:27 PM
  7. [SOLVED] Football stats - calling football fans!
    By Steve_123 in forum Excel General
    Replies: 5
    Last Post: 05-18-2012, 09:15 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