Conditional Formatting based on 2 Criteria.

Philip1957

Board Regular
Joined
Sep 30, 2014
Messages
179
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

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"

Philip1957

Board Regular
Joined
Sep 30, 2014
Messages
179
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="" 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

seguin85

Active Member
Joined
Mar 17, 2015
Messages
278
Office Version
  1. 365
Platform
  1. Windows
<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

snjpverma

Well-known Member
Joined
Oct 2, 2008
Messages
1,570
Office Version
  1. 365
Platform
  1. Windows
Put this in conditional formatting rule box
=AND($X$3<TODAY(),$Y$3="")
 
Upvote 0

63falcondude

Well-known Member
Joined
Jan 15, 2016
Messages
3,572
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,191,194
Messages
5,985,220
Members
439,948
Latest member
Xearo96

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
Top