Oct 26 2022 07:13 PM
Hi I'm in a bind. I'm rebuilding a date tracker and I want to highlight a row when a date in a column (D) is 10 days past or more. Could someone provide a formula for that?
Oct 27 2022 03:00 AM
=$D2<=TODAY()-10
This is the rule for conditional formatting in the example.
=$A$2:$I$18
This is the "applies to" range in the example.