Validation Help

H

housinglad

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
 
B

Bob Umlas

In B27, use a custom formula of
=$B$16<>""
but you also need to deselect the "ignore blank" checkbox
(assuming this is xl2003)
 
T

T. Valko

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 Data>Validation
Allow: Custom
Formula: =LEN(B16)
Uncheck: Ignore blank
OK out
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top