Conditional Formatting for cells with no data and dates that have passed.

krispartsbadger

New Member
Joined
May 13, 2022
Messages
23
Office Version
  1. 365
I'm looking for a conditional format for Column R. I'm looking to fill the cells Red, that would be considered late and have no Updated Ship Date. The desired outcome would be pictured below. Thanks!


1710662118811.png
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Check this and revert - Use the formula below to CF

Excel Formula:
=And($Q1<Today(),R1="")
 
Upvote 1
Amazing!! Thank you, is there a way to add to that formula that it would also only show red if there was data to the column to the left. I tried figuring this out with the formula you shared with me yesterday, but I was unable to figure it out.

1710666855195.png
 
Upvote 0
Check this and revert -

Excel Formula:
=And($Q1<Today(),R1="",$Q1<>"")
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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