ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional Formatting (https://www.excelbanter.com/excel-worksheet-functions/148343-conditional-formatting.html)

Arturo

Conditional Formatting
 
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


Elkar

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


David Biddulph[_2_]

Conditional Formatting
 
You shouldn't need the IF(...,TRUE,FALSE).

You should get the same result from
=AND(TODAY()-J5<=7,TODAY()-J50,K5<1)
--
David Biddulph

"Elkar" wrote in message
...
Just add another condition to the AND function:

=IF(AND(TODAY()-J5<=7,TODAY()-J50,K5<1),TRUE,FALSE)


"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





All times are GMT +1. The time now is 11:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com