Field required

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

Guest

Is there a way to require something in a blank field on a protected document?
I have a protected excell doc. and I want some way to require some type on
entrey into each unlocked field. Some fields on the form are being left blank
and I want some type on reminder to prompt users that there are still blank
fields on the form
Thanks
tboyle
 
I use an adjacent cell (or column of cells) with formulas like:

=if(a1<>"","","Please enter something in A1!")

And give that cell a nice bold red font.
 

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