Conditional Formatting for Expired and Soon-To-Be-Expired Dates

jgarner

Board Regular
Joined
Jul 24, 2006
Messages
126
I'm currently using conditional formatting with these rules:

=K2<=TODAY()
This is for expired dates. Cell is red, font is white.

=AND($K2>TODAY(), $K2-TODAY()<=30)
This is for upcoming expiration dates within 30 days. Cell is orange, font is black.

=AND($K2>TODAY(), $K2-TODAY()<=90)
This is for upcoming expiration dates within 90 days. Cell is yellow, font is black.

The formatting works well. However, my cell range is from K2-K100, and any blank cell is red as if it's an expired date. Is there a way to keep blank cells without color?

Win7 / Office 2013
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,215,215
Messages
6,123,668
Members
449,114
Latest member
aides

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