ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Can I use an if statement within the conditional formatting tool? (https://www.excelbanter.com/excel-discussion-misc-queries/115243-can-i-use-if-statement-within-conditional-formatting-tool.html)

Jen

Can I use an if statement within the conditional formatting tool?
 
I am wanting to say if column A = and column b is <95% highlight column B.

Is this feasable?

PCLIVE

Can I use an if statement within the conditional formatting tool?
 
I'm not sure what your A should equal.
Use this formula in your conditional formatting line. Change dropdown to
"Formula Is".

=AND(A1=25,B1.95)

Note: In my example, 25 is the first condition for A =. Adjust as
necessary.

HTH,
Paul

"Jen" wrote in message
...
I am wanting to say if column A = and column b is <95% highlight column B.

Is this feasable?




Biff

Can I use an if statement within the conditional formatting tool?
 
You can but it's not necessary:

I am wanting to say if column A = and column b is <95% highlight column B.


Do you mean if column A = 95% and column B < 95% ?

=AND(A1=0.95,ISNUMBER(B1),B1<0.95)

Biff

"Jen" wrote in message
...
I am wanting to say if column A = and column b is <95% highlight column B.

Is this feasable?





All times are GMT +1. The time now is 07:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com