View Single Post
 
Old 06-27-2014, 04:16 PM
copwriter copwriter is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jun 2014
Posts: 4
copwriter is on a distinguished road
Default

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.
Reply With Quote