Stop conditional formatting based on alternate cell

KaitMWB

New Member
Joined
Sep 6, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi - I have a few conditional formats in place in my workbook to track dates and status' (see below). I am looking to have excel ignore the bottom 2 conditions if the top condition is true. I tried to use the stop if true function, but could not seem to get it to work. Any suggestions? Basically I want the cell to highlight if the date is upcoming or past due as long as the task is still outstanding. If the task is complete, I do not want to have the dates highlighted. Thanks in advance!

1694031022452.png


1694031102106.png
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Welcome to the Board!

If you use the Formula option of Conditional Formatting, you can have multiple conditioms, i.e.
Excel Formula:
=AND(TODAY()-$G3<7,$I3<>"Complete")
which would check for column G within the past 7 days and column I is not "Complete".
 
Upvote 1

Forum statistics

Threads
1,215,133
Messages
6,123,233
Members
449,092
Latest member
SCleaveland

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