Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default Conditional Format Feature

Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.
  #2   Report Post  
 
Posts: n/a
Default

Hi

Try this in Formula Is
=AND($A1<1,$B5,NOT(ISNA($C1)))

--
Andy.


"carl" wrote in message
...
Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

use this in the "Formula Is" box

=and(a1<1,b15,not(isna(c1)))


"carl" wrote:

Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.

  #4   Report Post  
Vic Sowers
 
Posts: n/a
Default


"carl" wrote in message
...
Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.


Select the row and open the Conditional Formatting dialog box
In the drop down box choose 'Formula is'
In the formula entry area put: '=(A1<1)*(B15)*NOT(ISNA(C1))=1'


  #5   Report Post  
carl
 
Posts: n/a
Default

thank you duke.

i ran into another scenario and wondered if the conditional formating can
help me identify it:

IF A1-B1<0 and C1<#N/A do format condition 1 but if A1-B10 and C1<#N/A,
do format condition 2.

Is this possible to do with the excel conditional formating ??

"carl" wrote:

Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.



  #6   Report Post  
Duke Carey
 
Posts: n/a
Default

At the bottom of the conditional formatting dialog there's an Add button
that allows you to put in a second condition & a different format

You'd simply want the first one to be
=AND(B1A1,NOT(ISNA(C1)))

and the second one would be
=AND(B1<A1,NOT(ISNA(C1)))

QUESTION: what do you want to do if A1=B1?


"carl" wrote:

thank you duke.

i ran into another scenario and wondered if the conditional formating can
help me identify it:

IF A1-B1<0 and C1<#N/A do format condition 1 but if A1-B10 and C1<#N/A,
do format condition 2.

Is this possible to do with the excel conditional formating ??

"carl" wrote:

Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.

  #7   Report Post  
carl
 
Posts: n/a
Default

Thank you again. Yes, I need to consider if there the values in A and B are
the same. B I am learning how to use the condtional formating feature to help
me identify problems. In trying to refine my original question, is it
possible to do the following (I have figured out how to color the cells -
just not sure how to contruct the conditrions:

Trying to flag changes greater than -5% Red, changes greater than 5% Blue,
but not flag if the value in C is 0 (zero) or #N/A.

Change
A 0% 25.00% -25% Flag Red
B 0% 0.00% 0% No Flag
C 22% 25.00% -3% No Flag
D 27% 25.00% 2% No Flag
E 35% 25.00% 10% Flag Blue
F 45% 25.00% 20% Flag Blue

Thank you agian. I appreciate your instruction.

"Duke Carey" wrote:

At the bottom of the conditional formatting dialog there's an Add button
that allows you to put in a second condition & a different format

You'd simply want the first one to be
=AND(B1A1,NOT(ISNA(C1)))

and the second one would be
=AND(B1<A1,NOT(ISNA(C1)))

QUESTION: what do you want to do if A1=B1?


"carl" wrote:

thank you duke.

i ran into another scenario and wondered if the conditional formating can
help me identify it:

IF A1-B1<0 and C1<#N/A do format condition 1 but if A1-B10 and C1<#N/A,
do format condition 2.

Is this possible to do with the excel conditional formating ??

"carl" wrote:

Is it possible to have the conditional format feature to flag a row if the
following conditions exists:

A1<1, B15, C1<#N/A

Thank you in advance.

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
Office2000: Conditional format behaves strangely Arvi Laanemets Excel Discussion (Misc queries) 1 April 7th 05 08:47 AM
conditional format Julian Campbell Excel Worksheet Functions 2 December 15th 04 11:59 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM
make a conditional format the default Fred Evans Excel Discussion (Misc queries) 3 December 6th 04 05:01 AM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM


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"