validation - do not leave blank

W

Wanna Learn

Hello I created a form and some fields have data validation with a pop up
message "Required field must be completed" and of course sometimes message is
ignored. How can I make sure that a cell is not blank before they continue
to the next field . once the cell is selected they have to complete the
field before they can proceed. thanks
 
D

Dave Peterson

I'd use an adjacent cell and put a formula like:
=if(a1<>"","","Please complete A1")

I'd use a nice big bold red font.
 
K

Kevin B

Are you using a VB form? If you are, you could could control whether or not
the data is written back to the worksheet by verifying that all required
fields on the VB form have data before posting to the workbook.
 

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