Conditional Formatting if adjacent cell is >60 Days Ago and Targeted Cell is Blank

braytoar

New Member
Joined
Dec 21, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
For context, creating a tracker highlights client touchpoints. In row H, I have it successfully setup that most recent meeting dates <30 days old are green, those between 30-60 days old are yellow, 60-90 days are orange, and >90 days old are Red.

The adjacent column G is for the currently scheduled FUTURE meetings. And what I want is for those Column G cells to turn RED if the cell is BLANK but only if the most recent meeting (adjacent Column H cell from above conditional rules) is >60 days ago.

Any help??
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Let's try this:
$scratch.xlsm
GH
1FuturePast
21/1/202412/1/2023
31/1/20247/1/2023
412/1/2023
57/1/2023
Sheet1 Copy
Cells with Conditional Formatting
CellConditionCell FormatStop If True
G:GExpression=AND(G1="",H1>0,TODAY()-H1>60)textNO
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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