Football Predictions Spreadsheet formula problem

  • Thread starter Thread starter Glenn Richardson
  • Start date Start date
G

Glenn Richardson

I have a football predictions spreadsheet that I would like help with
working out a formula.

An example of the spreadsheet is here
http://www.geocities.com/gloriousglenn/FootiePredictionstest.xls

A persons score predictions are put into the cells B1(thru to B13) and
D1(thru to D13). What I would like to do is when I put the 'Result'
scoreline into G4(thru to G13) and I4(thru to I13) I would like the
relevent amount of points to be shown in J4(thru to J13).
0 points for a wrong prediction
1 point for correct result
3 points for correct result and scoreline.

Many thanks for any help with this.
Glenn
 
Glen

Only did light testing, but try

=IF(B4&D4=G4&I4,3,IF(AND(B4>D4,G4>I4),1,IF(AND(B4<D4,G4<I4),1,IF(AND(B4=D4,G4=I4),1,0))))

and copy down

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
Hi glenn,

i can mail you a file for you that i've created a while ago.it works fine...
you would just need to alter the amount of point dealt.
you can also manage a list of players in it.

Rhum51
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top