Permission to fill in cell when another cell has a value

  • Thread starter Thread starter AA Arens
  • Start date Start date
A

AA Arens

How to set that in a cell B1 it is allowed to fill in data only when
Cell A1 has any or has a certain value . I guessed via Data Validation,
but failed.

Bart
Excel 2003
 
Select cell B1, and choose Data>Validation
For Allow, choose Custom
In the Formula box, enter: =A1<>""
Remove the check mark from Ignore blank
Click OK
 
What is the command when two cells should have contents before allowing
a third cell to be filled. With =(D7:E7<>"") I get allowance is one of
them has data.

Bart
 

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