Validation Help

  • Thread starter Thread starter housinglad
  • Start date Start date
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
 
In B27, use a custom formula of
=$B$16<>""
but you also need to deselect the "ignore blank" checkbox
(assuming this is xl2003)
 
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

Similar Threads

Help ....! Conditional Formating 1
What's wrong with this formula? 5
Avoiding #N/A 4
Formula Cell color limitation 7
merging sheet data 1
If Statements 1
Very basic VBA question. 1
Average problem 1

Back
Top