Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I have got a Named range including two cells, including "Y" and "N" in each cell. Then, I link that up with Data Validaiton List pointing to the Range. This yet still allows users to enter blank cell and get away with it... Q: How can I prevent users from entering blank? Thanks in advance. Tetsuya Oguma |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Uncheck "Ignore blanks" in the validation dialog
Initially the cell can be blank, but once filled it cannot be blanked again. -- Kind regards, Niek Otten Microsoft MVP - Excel "Tetsuya Oguma" wrote in message ... | Hi all, | | I have got a Named range including two cells, including "Y" and "N" in each | cell. Then, I link that up with Data Validaiton List pointing to the Range. | | This yet still allows users to enter blank cell and get away with it... | | Q: How can I prevent users from entering blank? | | Thanks in advance. | | Tetsuya Oguma |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Data validation can't prevent a user from leaving a cell blank, or from
clearing a cell. In the data validation dialog box, if you remove the check mark from Ignore blank, users will be prevented from leaving the cell blank when correcting an invalid entry. Perhaps you could check the cell's contents in another formula on the worksheet, and display a message if the cell is empty, e.g.: =IF(A3="","Select Y or N in cell A3",B3*C3) Tetsuya Oguma wrote: Hi all, I have got a Named range including two cells, including "Y" and "N" in each cell. Then, I link that up with Data Validaiton List pointing to the Range. This yet still allows users to enter blank cell and get away with it... Q: How can I prevent users from entering blank? Thanks in advance. Tetsuya Oguma -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data validation | Excel Worksheet Functions | |||
Handling "Blank Entries" through Data Validation | Excel Discussion (Misc queries) | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Data Validation / Cell Entry | Excel Discussion (Misc queries) | |||
DATA VALIDATION IN REVERSE #2 (FOR JULIE D.) | Excel Discussion (Misc queries) |