![]() |
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 |
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 |
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