Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. Wanna Learn wrote: 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 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. -- Kevin Backmann "Wanna Learn" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to: If D4 = Yes then Calculate C4/11, if D4 = no leave blank | Excel Worksheet Functions | |||
To leave a blank cell | Excel Worksheet Functions | |||
leave cell blank | Excel Discussion (Misc queries) | |||
leave cell blank | Excel Discussion (Misc queries) | |||
LEAVE BLANK IF NEGATIVE | Excel Worksheet Functions |