Highlight Blank Cells Based on a Date in a Different Column

emw2368

New Member
Joined
Dec 20, 2018
Messages
8
I have a spreadsheet which has due date in column AB, and a completed date in column AC.

If today's date is = to AB and AC is blank, I'd like AC to turn orange.
If today's date is +1 day greater than AB and AC is blank, I'd like AC to turn red.

If a date is entered in AC which is either equal to or less than AB I'd like the cell to turn back to white.

I've tried googling but can;t seem to get anywhere, and it's making my brain ache! Any help would be much appreciated - thank you.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi Kerryx,

I have exhausted my brain using conditional formatting, no matter what I try it does not seem to work!
 
Upvote 0
Assuming your data starts in rows 2.
Select AC2 to the last row of data & in CF use this formula
=AND(AC2="",AB2+1=TODAY()) for red
=AND(AC2="",AB2=TODAY()) for orange
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,575
Members
449,089
Latest member
Motoracer88

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