"World Cup" query #2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What if the predicted score is 0-0 and the result is 1-1 - using this formula
the points score is shown as 0 but it should show as 1 (for a correctresult)
can anyone help me .... the original query is as shown below.

Many thanks
 
=IF(AND(C2=G2,D2=H2),3,IF(OR(AND(C2>D2,G2>H2),AND(C2<D2,G2<H2),C2-G2=D2-H2),
1,0))

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 
Thank for solving the problem.

Bob Phillips said:
=IF(AND(C2=G2,D2=H2),3,IF(OR(AND(C2>D2,G2>H2),AND(C2<D2,G2<H2),C2-G2=D2-H2),
1,0))

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

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