Conditional Formatting part 2

G

Guest

Cell J5 is conditionally formatted as
=IF(AND(TODAY()-J5<=7,K5<>1),TRUE,FALSE)

How would I add an additional condition of Today()-J5>0, then if all three
conditions are met, turn font red?
***
The driver being Today()-J5.
Conditon 1, Today()-J5 <=7
Conditon 2, Today()-J5 >0
Conditon 3, Today()-K5<>1

Appreciatively,
Arturo
 
V

Vasant Nanavati

=IF(AND(TODAY()-J5<=7,K5<>1,TODAY()-J5>0),TRUE,FALSE)
_____________________________________________________________________
 

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

Top