excel fields - validation

  • Thread starter Thread starter magix
  • Start date Start date
M

magix

How can I use excel formula to force an entry to be input to Field B, if
Field A has certain value ?

Thanks.

Regards.
 
Use conditional formatting to turn the Field B red if A has a value and B is
empty.

Eg:
=AND($A$1<>"",$B$1="")

Assuming you mean on a sheet - you don't specify.

Tim
 

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