conditional data entry

M

Mike

Is it possible to prevent data entry in a cell until
entries in other cells, on the same worksheet, are input?

Or is it possible to hide data entered in a cell until
entries in other cells, on the same worksheet, are input?

Example: hide or prevent entry in A1 until entry in
B1,B2,B3 is complete.
 
J

JMay

With active Cell A1 goto Menu, Data Validation
Allow box: Custom
In formula box enter:

=AND(LEN(B1)>0,LEN(B2)>0,LEN(B3)>0)

HTH
 

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

Top