Data Validation again...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Thanks for all the advice about the conditonal formating, however, I have
another question regarding data validation.

I would like to set u a control in which when user enters anything in Col A,
it is required that Col B, C, D have to be entered as well.

Please kindly advise.
 
In the DV use an allow of Custom and a formula of

=AND(B2<>"",C2<>"",D2<>"")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

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

Back
Top