A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
While in cell B1, go to Data > Data Validation > Allow > Custom and in the formula box there, enter this
=A1=""
Click on OK.
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to set up a data validation rule that triggers if another cell is not empty.
For example:
If cell A1 has a value in it, and the user tries to enter a value in cell B1, I want an error message to pop up to say that they cannot enter a value in cell B1.
I have tried using A1>=0 and NOT(ISNULL,A1) and NOT(ISBLANK,A1) but none of these work.
Can anyone offer any suggestions?
Thanks
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi,
While in cell B1, go to Data > Data Validation > Allow > Custom and in the formula box there, enter this
=A1=""
Click on OK.
Hope this helps.