Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Combine Conditional Formatting Rules formulae

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Combine Conditional Formatting Rules formulae

Doh !

So obvious, because I had Rule 1, I simply attached the Or to it and
got nowhere.

Many thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Combine Conditional Formatting Rules formulae

What about if I just want to combine something like
- If C6 = "1" or "16" or "8" or "9" Then the cell background would be a
specified color?

"JE McGimpsey" wrote:

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exporting conditional formatting rules Chadwill Excel Discussion (Misc queries) 16 April 30th 23 03:43 AM
Why is conditional formatting disabled(!)? [email protected] Excel Discussion (Misc queries) 4 April 5th 07 02:42 PM
WEEKDAY in Conditional Formatting? Ken Excel Worksheet Functions 3 January 18th 07 03:24 PM
conditional formatting Rich Excel Discussion (Misc queries) 2 April 1st 06 10:27 AM
cannot use ISEVEN or ISODD functions in Conditional Formatting Scott Paine Excel Worksheet Functions 6 December 6th 05 09:44 PM


All times are GMT +1. The time now is 05:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"