Override conditional format

Geek Girl 007

Board Regular
Joined
Mar 12, 2022
Messages
152
Office Version
  1. 2021
Platform
  1. Windows
Hi all

I have a conditional format in column H - =AND(H2<>"",EDATE(H2,3)<TODAY()) this causes the text to go red if the date is more then 3 months.
I have a conditional format in column I - =AND(H2<>"",EDATE(H2,12)<TODAY()) this causes the text to go red if the date is more then 12 months.

What I want to set up is if there is a date in column I, column H will be blank, even if i must do this by making it white??
Can you help?

1721896816239.png
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
for column H (range starting H2 down): add another conditional formatting rule =ISNUMBER(I2) and set font color to white and if you open Home-> Conditional Formatting-> Manage Rules dialog make sure this one is listed above the other rule for conditional formatting of column H
 

Attachments

  • Zrzut ekranu 2024-07-25 112206.png
    Zrzut ekranu 2024-07-25 112206.png
    148.7 KB · Views: 9
Upvote 0
Solution
for column H (range starting H2 down): add another conditional formatting rule =ISNUMBER(I2) and set font color to white and if you open Home-> Conditional Formatting-> Manage Rules dialog make sure this one is listed above the other rule for conditional formatting of column H
Thank you !
 
Upvote 0
You are welcome. Thanks for marking answer as a solution
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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