Say due date is in Column A, from A2 down.
Say you designate A1 to hold the number of days past due to trigger the
color change.
Say Column B is the column to format.
Select B2, then from the Menu Bar:
<Format> <Conditional Format>,
Change "Cell Value Is" to "Formula Is",
And enter this formula:
=AND($A$1+A2<=TODAY(),B2="",A2<>"")
Then click on <Format>, and choose a pattern to your liking,
then OK out.
You can then copy B2 down as needed.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
How can I have a cell change color based on the fact that it is still empty
"X" number of days past another date in an adjacent cell?