Conditional format cells where deadlines have passed

Fastpat27

New Member
Joined
Nov 2, 2017
Messages
7
Hi all
I have a list of deadlines for different reports (top row), and based on a date the staff enter as sent on a different tab, I have managed to show if they were early, on time or late. Everything shows as waiting in purple until their date is entered. I however would like the waiting cells to turn red if the deadline passes today's date (04/11/22 - cell Z1). I can do this in one cell at a time with formula =$B4<$Z$1 but how do I apply it to all cells easily?

The Auto Cells are reports that I receive automatically from a back office system
Thanks
FP

excel-deadlines.jpg
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
So, if you wanted to apply this new Conditional Formatting area to the cells B5:Y9, do the following:
1. Select the range B5:Y9
2. Go to Conditional Formatting
3. Select "New Rule"
4. Choose the "Use a formula to determine which cells to format" option
5. Enter the following formula:
Excel Formula:
=AND(B$4<TODAY(),B5="Waiting")
6. Choose your red formatting option
7. Click "OK"

I think that should do what you want.
 
Upvote 0
Solution
You are welcome!
Glad I was able to help.
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,705
Members
449,048
Latest member
81jamesacct

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