Conditional Formatting - Not blank, Date older than 15 days, Adjacent cell blank

pdaughe1

New Member
Joined
Mar 20, 2024
Messages
2
Office Version
  1. 365
Please help... looking for a solution where the cell in column K is not blank, the date is older than 15 days AND the adjacent cell is blank. I have a formula that works for the first two requirements but not if the adjacent cell is blank.

=IF(ISBLANK($K1),0,$K1<TODAY()-15)
 

Attachments

  • Snapshot.png
    Snapshot.png
    14 KB · Views: 3

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Check this and revert - Assuming adjacent cell is Column J

Excel Formula:
=And($K1<>"",$K1<Today()-15,$J1="")
 
Upvote 1
Solution

Forum statistics

Threads
1,215,076
Messages
6,122,984
Members
449,092
Latest member
Mr Hughes

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