Thread: Validation Help
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Validation Help

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