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

  • Thread starter Thread starter dips112
  • Start date Start date
D

dips112

How to link cells so that if one is not answered then the other canno
be filled i
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top