Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Data Validation Custom
first clear the Ignore Blank checkbox second enter the formula: =A1<"" for cell A1 for example -- Gary''s Student gsnu200709 "Karen" wrote: 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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Gary''s Student wrote...
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) | |||
prevent display of data series dropping to graph x axis for null d | Charts and Charting in Excel | |||
Pivot table format changes if value of source data is null | Excel Discussion (Misc queries) | |||
Formulas (If linked data is not null, then insert "Complete" in ce | Excel Worksheet Functions |