I have written the following formula
=IF(A2=10, B9+1,IF(SUM(A2+B2)=10,B10+1))
Basically what I want it to do is increase the value of B9 if A2 equals 10 and increase the value of B10 if A2 and B2 equal 10.
I know I have not written it correctly so I wonder if someone could help me out with this?
Thanks
=IF(A2=10, B9+1,IF(SUM(A2+B2)=10,B10+1))
Basically what I want it to do is increase the value of B9 if A2 equals 10 and increase the value of B10 if A2 and B2 equal 10.
I know I have not written it correctly so I wonder if someone could help me out with this?
Thanks