How to link cells so that if one is not answered then the other cannot be filled in

D

dips112

How to link cells so that if one is not answered then the other canno
be filled i
 
G

GeorgeF

The information you gave suggests that, for example, if A1 is not being
answered and you do not want B1 to be filled, then in B1 you write:
=IF(A1=0,"","")
Does that work?
GeorgeF
 
Top