Conditional Formating

  • Thread starter Thread starter GMet
  • Start date Start date
G

GMet

Is it possible to use IF/AND/OR in the formula box in
Conditional formating?
=$5="T" works fine

=if(and($I5="T",$J4=$I5)) does not

Is there a way to do this?

TIA
GMet
 
Just:

=AND($I5="T",$J4=$I5)

but why not:

=AND($I5="T",$J4="T")

Regards

Trevor
 

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