View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Combine Conditional Formatting Rules formulae

One way:

=OR(W6="Unknown", W6="Replanning", AND(W60, W6<TODAY()-5,
W6<TODAY() ,D6<"Complete", D6<"Cancelled"))

In article . com,
"Fred" wrote:

I have 2 Conditional Formatting rules that result in ths same format
being applied to a cell, so would like to combine them to free up a
rule, however all my attempts have been unsuccessful.

Rule 1:
=AND(W60,W6<TODAY()-5,W6<TODAY(),D6<"Complete",D6<"Cancelled")
Rule 2: =OR(W6="Unknown",W6="Replanning")

Any suggestions gratefully received

Thanks and regards
Fred