+ Reply to Thread
Results 1 to 4 of 4

Formula for football predictions spreadsheet

  1. #1
    Registered User
    Join Date
    08-01-2014
    Location
    Birmingham, England
    MS-Off Ver
    2010
    Posts
    3

    Formula for football predictions spreadsheet

    Hello all,

    I have created a formula that works on football predictions for my office.

    If correct score is predicted - 3 points
    or
    If correct outcome is predicted 1 point

    And completly wrong the cell is to be left blank.

    I have managed to create this formula ;

    =IF(COUNT('Match Results'!$D8,'Match Results'!$E8,Predictions!D8,Predictions!E8)=4,IF(AND('Match Results'!$D8=Predictions!D8,'Match Results'!$E8=Predictions!E8),3,IF('Match Results'!$D8<>'Match Results'!$E8,IF(SIGN('Match Results'!$D8-'Match Results'!$E8)=SIGN(Predictions!D8-Predictions!E8),1)))+0,"")

    However the only outcome that will not work is if the match predicted is a 0-0 Draw and people who predicted say 1-1 should get 1 point.

    I have attached the spreadsheet if one of you kind people could show me where i am going wrong.

    Regards
    Grant
    Fixture Predictions Grant.xlsm

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Formula for football predictions spreadsheet

    Try this version

    =IF(COUNT('Match Results'!$D8,'Match Results'!$E8,Predictions!D8,Predictions!E8)=4,IF(AND('Match Results'!$D8=Predictions!D8,'Match Results'!$E8=Predictions!E8),3,IF(SIGN('Match Results'!$D8-'Match Results'!$E8)=SIGN(Predictions!D8-Predictions!E8),1,"")),"")
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-01-2014
    Location
    Birmingham, England
    MS-Off Ver
    2010
    Posts
    3

    Re: Formula for football predictions spreadsheet

    Great thats worked! now to manually edit 100's of entries

    Thanks for your quick response

  4. #4
    Registered User
    Join Date
    08-01-2014
    Location
    Birmingham, England
    MS-Off Ver
    2010
    Posts
    3

    Re: Formula for football predictions spreadsheet

    Is there a way to do this more effectively as changing them one by one will take ages!

+ 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 Predictions Excel Help
    By 8balluk in forum Excel General
    Replies: 4
    Last Post: 07-18-2013, 07:47 PM
  2. Football Predictions
    By keawyed in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-18-2008, 05:15 AM
  3. Football (soccer) predictions formula
    By genius7082 in forum Excel General
    Replies: 4
    Last Post: 08-12-2008, 10:05 PM
  4. Football Predictions...yet again
    By keawyed in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-20-2008, 08:04 PM
  5. Football Predictions League
    By keawyed in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2008, 09:12 PM

Tags for this Thread

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