mike_ate_a_pie
Board Regular
- Joined
- Sep 25, 2009
- Messages
- 69
Hi all,
I'm trying to build a formula to return 0,1 or 3 depending on the values entered into C9,D9. Its a football scorecard!
However it reurns 1 when the values in C9,D9 are blanks or text. How do I get the formula to ignore the cells when C9,D9 have no scores in yet.
=IF(C9=D9,1,IF(C9>D9,3,IF(D9>C9,3,0)))
Cheers lads,
I'm trying to build a formula to return 0,1 or 3 depending on the values entered into C9,D9. Its a football scorecard!
However it reurns 1 when the values in C9,D9 are blanks or text. How do I get the formula to ignore the cells when C9,D9 have no scores in yet.
=IF(C9=D9,1,IF(C9>D9,3,IF(D9>C9,3,0)))
Cheers lads,