If And Statements

  • Thread starter Thread starter JC
  • Start date Start date
J

JC

How do i make a conditional formatting formula that says....

If B3 has an "X" in it and C3 is blank, fill C3 in red...

Thanks!!
 
Change from Cell is to Formula is and add this formula...

=And(B3="X", C3="")
 

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