Conditional Formatting with 2 conditions

L

Legacy 385836

Guest
Hi

I am trying to create a conditional formatting rule based on a formula which will highlight if the cell if the due date has expired and the status column is not equal to closed. Sample data below:

Due Date Status
31/10/2017 Closed
31/11/2017 In Progress
01/01/2018 Open
31/10/2017 In Progress

In the above example, I would want to format the last date in red as the due date has past and the status has not been closed.

I have tried the following formula without any luck:

<today(),b2="<><today(),b2="<><today(),$b$2="<>=AND($A$2< TODAY ( ) ,$B$2="<>Closed")

Any help would be much appreciated.

Thanks,
Darren</today(),$b$2="<></today(),b2="<></today(),b2="<>
 
Last edited by a moderator:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Perhaps something like this:
Code:
=AND($A2 < TODAY(),$B2 <> <today(),$b2<>"Closed")
</today(),$b2<>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,855
Members
449,096
Latest member
Erald

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