Conditional Formatting To Highlight Upcoming Expiry Dates

DLEEB

New Member
Joined
Jun 8, 2018
Messages
2
I have a spreadsheet for new hires where I have a column for their start date and one for probation period end date. I have it set up so that the probation period end date automatically calculates 3 mos from start date. I would like to have the probation dates highlight when the date is 7 before probation date and 14 days before probation date. I used the conditional formatting using the cell value option but it doesn't seem to work. Any help would be greatly appreciated.
 

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.
I have a similar situation (highlight expiring certifications for staff). In my case I highlight 30 days out in yellow, and past due in red. My conditional formatting rules are:
Cell Value < NOW() (red)
Cell Value < NOW()+30 (yellow)

So in your case it would be NOW()+7 and NOW()+14

For me it seems it's counting days; not sure why or how I would change that. Might have to do with the cell formatting?

Does that work for you?
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,792
Members
448,994
Latest member
rohitsomani

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