Thread
:
Getting 0 to equal 1
View Single Post
#
1
soxn4n04
Posts: n/a
Getting 0 to equal 1
I've tried the following formula to get a score of 1 if zero is entered in
cells 31, 32, 33. This formula does not produce the correct results. Help!!
=IF(AND(C31=0,C32=0,C33=0),1,"")
Reply With Quote