Ignore/ Exception in conditional formatting

greenteazen

New Member
Joined
Dec 6, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi

I need to create an exception or ignore rule to a column that has conditional formatting.

Let's say that's D and it highlights this column if red if the date is plus 15 work days from date in column C.

Column B has text in it relating to legal clauses and I need the formatting in D to ignore any rows that have say "clause 11.5" in column B. So in other words, the CF highlights all columns that are 15 working days from the date in C except if the item is a clause 11.5

Thank you
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
=AND($B1<>"clause 11.5",your date condition)
 
Upvote 0
Do the only contain "clause 11.5" or is this string part of a larger one? ( like 1234clause11.5 56")
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,930
Members
449,195
Latest member
Stevenciu

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