Highlight Row if a cell is unpopulated by certain date

Thomo10

New Member
Joined
Jul 15, 2011
Messages
9
Hi all,

Just started a new role and I need to re-design a checksheet as part of my first project. I would like to be able to put in place a formula/format that would change the colour of an entire row or group of cells on a traffic light basis if a certain cell in the group is unpopulated by a certain number of days before a date which will be populated in another cell.

For example, if cell A1 has a date of 10 Sep 2011 populated, I would like to be able to colour orange cells A2 through A10 orange if cell A2 is not populated by 05 Sep. And then Red if it is still not popluated by 09 Sep onwards.

I hope I have made sense, any help on this would be greatly appreciated.

Thanks
Thomo
 
Yes they are what I finally end up with.

Cell A2 was showing

Condition 1: =AND(A$2="",TODAY()>=A$1-1)
Condition 2: =AND(A$2="",TODAY()>=A$1-5)


Cell B2 was showing

Condition 1: =AND(B$2="",TODAY()>=B$1-1)
Condition 2: =AND(B$2="",TODAY()>=B$1-5)

And so on down the line until I fixed all formulas individually to look at cells A1 & A2
In that case I don't understand how the formulas in B2 are "looking at cells A1 and A2"

Edit: I guess it doesn't really matter so long as you have it going how you want. :)
 
Last edited:
Upvote 0

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

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