Conditional Formatting based on 2 Criteria.

Philip1957

Board Regular
Joined
Sep 30, 2014
Messages
182
Office Version
  1. 365
Platform
  1. Windows
Greetings,

I'm sure that when I get this figured out it will be one of those "duh" moments, but none-the-less here's my question.

I want to apply conditional formatting to ($X3) only if cell ($Y3) is blank and the date in ($X3) is older than today.

I've tried variations of =AND($X3<TODAY(), ISBLANK($Y3)) applied to the X column and I can get the cell to format based on the date criteria but not the condition of Y being blank. I need both conditions to be True for the formatting to be applied.

Thanks in advance,
~ Phil
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Greetings,

I'm sure that when I get this figured out it will be one of those "duh" moments, but none-the-less here's my question.

I want to apply conditional formatting to ($X3) only if cell ($Y3) is blank and the date in ($X3) is older than today.

I've tried variations of =AND($X3<today(), isblank($y3))="" applied="" to="" the="" x="" column="" and="" i="" can="" get="" cell="" format="" based="" on="" date="" criteria="" but="" not="" condition="" of="" y="" being="" blank.="" need="" both="" conditions="" be="" true="" for="" formatting="" applied.

Thanks in advance,
~ Phil


Code:
=AND($X3<TODAY(), ISBLANK($Y3))</today(),>
 
Upvote 0
<today(),$y3="")
=AND($X3 **less than symbol** TODAY(),$Y3="")

For some reason the < sign cannot be used here, each time I type it in the formula it hides the rest<today(),$y3="")<today(),$y3="")< html=""></today(),$y3="")<today(),$y3="")<></today(),$y3="")
 
Last edited:
Upvote 0
Put this in conditional formatting rule box
=AND($X$3<TODAY(),$Y$3="")
 
Upvote 0
Is it the same everyday ? I have never seen my formulas getting disappeared after the "less than" symbol.

Sometimes they get cut off and other times they do not. I am not sure exactly what conditions have to be met in order for it to cut off your formula. However, I do know that it has something to do with the forums' HTML. It mistakes part of the formula as code and cuts it off. Just to be safe, I always add spaces before and after inequality signs when posting on this forum.
 
Upvote 0

Forum statistics

Threads
1,214,525
Messages
6,120,051
Members
448,940
Latest member
mdusw

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