View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arturo Arturo is offline
external usenet poster
 
Posts: 108
Default Conditional Formatting part 2

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?
***
The driver being Today()-J5.
Conditon 1, Today()-J5 <=7
Conditon 2, Today()-J5 0
Conditon 3, Today()-K5<1

Appreciatively,
Arturo