Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I would like to validate cell B27, so that only data can be inputed if there is a value in cell B16. Thanks Dan |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In B27, use a custom formula of
=$B$16<"" but you also need to deselect the "ignore blank" checkbox (assuming this is xl2003) "housinglad" wrote in message ... Hi I would like to validate cell B27, so that only data can be inputed if there is a value in cell B16. Thanks Dan |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if there is a value in cell B16.
Define "value". Does that mean a number or does that mean either a number or text? See if this does what you want... Select cell B27 Goto the menu DataValidation Allow: Custom Formula: =LEN(B16) Uncheck: Ignore blank OK out -- Biff Microsoft Excel MVP "housinglad" wrote in message ... Hi I would like to validate cell B27, so that only data can be inputed if there is a value in cell B16. Thanks Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
How do I get a Data validation list to select another validation l | New Users to Excel | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) |