View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default 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