How to highlight cell that is past due AND not complete?

jekl1000

New Member
Joined
Sep 19, 2014
Messages
15
Hi all,

I have a simple action item list for a project. Column E has the Due Data and Column E has the Status (Complete, In Process, Not Started, etc.). I would like the date in Column E to highlight red if the date has already past AND the Status in Column E is anything other than "Complete".

Any help would be greatly appreciated.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Here is how I would do it:
Please note here that the status is in Column F.
IF(AND(E2<TODAY(),F2<>"Complete"),"TRUE","FALSE")
Copy this function in the conditional formatting.
Select the range you want to set the conditional formatting --> Conditional format --> New Rule --> use a formula to determine ... --> Paste the formula and set the format color.

I hope this helps,

Hurkk
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,304
Members
452,633
Latest member
DougMo

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