A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Here is the procedure to Conditionally Format the data in your Column E. You will need to enter two rules for the two conditions.
- Select the cells to be evaluated for the Conditional Formatting. I used E2:E16 in the example below.
- On the Home ribbon in the Styles section open Conditional Formatting>New Rule>Use a Formula.
- Enter this formula in the Format Values line for the Yellow rule.
=AND($D2="",TODAY()-$C2<=60,TODAY()-$C2>=30)
SPECIAL NOTE: The selection you make in Column E must begin in the same row that the formula is referring to. If you start your selection in another row rather than Row 2, modify the row numbers to match the first row of your selection. You can, if desired, also include other columns in the range to be formatted.
- Select the Format button at the lower right of the window and in the Format Cells dialogue select the desired formatting (Yellow). Then click OK and OK.
Repeat steps 1 through 4 with this formula for the Red rule.
=AND($D2="",TODAY()-$C2>60)