hi!
- Mark one cell (say D7 from above example)
- go to Conditional Formatting,
- select "New Rule".
- Select as Rule Type: "Use a formula to determine..."
- Enter "=DAYS(D7,$A$3)>60"
- choose the fill color green
- OK
repeat 1-4
- Enter "=AND(DAYS(D7,$A$3)>30,DAYS(D7,$A$3)<60)"
- choose fill color amber
- ok
repeat 1-4
- Enter "=DAYS(D7,$A$3)<1"
- choose fill color red
- ok
Now when you copy D7 to D8, the conditional formatting is also copied for D8 and so on... just make sure that the range where the rules apply are correct. Th rule itself still shows your original "D7" but reads the value from D8. Mind the "$" for the reference cell!
Hope you got the idea.
Ralf.