Conditional Formatting using 2 conditions

RRico

Board Regular
Joined
Nov 3, 2004
Messages
98
Hi everyone, have a Conditional Formatting issue when using 2 conditions below:

Condition #1: Red font when cell w/ red font is not today (past-due) [this works perfectly by itself]
=AND(I2<TODAY(),NOT(ISNUMBER(L2)))

Condition #2: Highlight background of cell when that same cell's date is today [this works perfectly by itself]
=$I2=TODAY()

Symptom: when I combine the two as depicted below... the Condition #2 cancels out/overrides Condition #1.

1686918284896.png







Know how to resolve this? 😳 :)
 

Attachments

  • 1686918267887.png
    1686918267887.png
    9 KB · Views: 5
In that case I'm not sure what is happening, as it works for me.
Fluff.xlsm
I
1
213/06/2023
319/06/2023
418/06/2023
511/06/2023
612/06/2023
7
Lists
Cells with Conditional Formatting
CellConditionCell FormatStop If True
I2:I11Expression=AND(I2<TODAY(),NOT(ISNUMBER(L2)))textNO
I2:I11Expression=ISOWEEKNUM(I2)=ISOWEEKNUM(TODAY())textNO
 
Upvote 0

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
One other thought, for the edit the 1st rule go to the Fill page page & click clear in the bottom corner.
 
Upvote 0

Forum statistics

Threads
1,215,155
Messages
6,123,331
Members
449,098
Latest member
thnirmitha

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