Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
AngelaG
 
Posts: n/a
Default Can this be done? Conditional formatting

E should reflect the following
if N=0 nothing
if N=1 then pattern
if P has any data Green
if P has no data Red

F should reflect the following
if M=0 nothing
if M=1 then pattern
if Q has any data Green
if Q has no data Red

Thanks for the help!
Angela
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

What does "nothing" mean? Is Green and Red your Pattern color? So if
N=0, P doesn't matter? In that case, one way:

CF1: Formula is =AND(N=1,ISBLANK(P))
Format1: Patterns/Red

CF2: Formula is =(N=1)
Format2: Patterns/Green


In article ,
"AngelaG" wrote:

E should reflect the following
if N=0 nothing
if N=1 then pattern
if P has any data Green
if P has no data Red

  #3   Report Post  
Casey
 
Posts: n/a
Default


Angela,
Conditional Formatting only allows 3 conditions. You have four.
N column =1 P column = blank
N column =0 P column = something
N column =0 P column = blank
N column =1 P column = something

Formatting is applied based on the first true condition met.

Note Using multiple conditions If more than one specified condition
is true, Microsoft Excel applies only the formats of the first true
condition, even if more than one condition is true.

In other words Excel doesn't "stack up" formatting from two conditional
formatting formulas which might both be true.

Maybe one of the Excel Gurus has a trick, but I don't believe you can
do what you want.

HTH


--
Casey


------------------------------------------------------------------------
Casey's Profile: http://www.excelforum.com/member.php...fo&userid=4545
View this thread: http://www.excelforum.com/showthread...hreadid=397216

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
Conditional Formatting Error ddate Excel Worksheet Functions 0 May 5th 05 09:00 PM
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 08:24 AM.

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"