View Single Post
  #1   Report Post  
soxn4n04
 
Posts: n/a
Default 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,"")