I've got the following formula in a Check Box column to check when something is due in the Next 3 weeks.
=IFERROR(IF(AND(WEEKNUMBER([Projected Cleaning Date]@row ) = WEEKNUMBER(TODAY()) + 3, YEAR([Projected Cleaning Date]@row ) = YEAR(TODAY())), 1), "")
I have them for 2 weeks, 3 weeks, 4 weeks, and 5 weeks. These stopped checking themselves as we approach the New Year. Any suggestions to make these work with a year over year change.