This formula entered into Conditional Formatting should do it:
=TODAY()>B2
The formula tests whether the current date is past the date in Cell B2. If the statement is true, it applies the formatting. If false, nothing happens. Since B2 is already seven days after the date in A2, any date past that will result in the statement being true.
I highlighted the cell with a red fill and white font. You can, of course, use any formatting you choose.
Once you have this Conditional Formatting formula entered into B2, you can use the Format Painter to copy the conditional formatting to other cells.
I hope this helps.
|