Conditional Formatting
Just add another condition to the AND function:
=IF(AND(TODAY()-J5<=7,TODAY()-J50,K5<1),TRUE,FALSE)
HTH,
Elkar
"Arturo" wrote:
Cell J5 is conditionally formatted as
=IF(AND(TODAY()-J5<=7,K5<1),TRUE,FALSE)
How would I add an additional condition of Today()-J50, then if all three
conditions are met, turn font red?
Appreciatively,
Arturo
|