Conditional formatting except if another cell contains specific text

Clubber2013

New Member
Joined
Sep 23, 2013
Messages
28
This is probably a really simple formula but i cant for the life of me get it working fully.

I'm looking to conditional format some cells if they are less than 0.3; (highlight them red) however if the cell beside it says EG 1 or EG 2 then i dont want it to highlight unless it is greater than 0.

I have attached an example of what i'm meaning. I'd be very grateful if anyone could help. Many Thanks
 

Attachments

  • EXAMPLE.png
    EXAMPLE.png
    11.6 KB · Views: 40

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Select the whole range to apply this to (let's say it is C5:C15)
Then try this Conditional Formatting formula:
=AND(C5<0.3,B5<>"EG 1",B5<>'EG 2")
and then choose your red fill color.
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,317
Members
449,081
Latest member
tanurai

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top