Data Validation for Null

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
i am new to data validation. I want to create a data validation so that
cells can not be Null. Should I use Custom and if so, how would I write the
formula. What is the best way to accomplish this?
 
Data > Validation > Custom

first clear the Ignore Blank checkbox
second enter the formula:

=A1<>""
for cell A1 for example
 
Gary''s Student said:
Data > Validation > Custom

first clear the Ignore Blank checkbox
second enter the formula:

=A1<>""
for cell A1 for example
....

That'd prevent editing a cell, clearing its contents while in Edit
mode, then trying to enter the result. It wouldn't prevent clearing
the cell - selecting the cell and pressing the [Delete] key - nor
would it force users to make entries.
 

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