I have a project schedule where we use
=IFERROR(WEEKNUMBER([End Date]@row) - WEEKNUMBER(TODAY()), "")
to calculate how far away the week number of the End Date is from the week number of Today's date. We have End Date's that are from Today's date just a year ago causing them to calculate a 0 as if the row item's End Date was this week. Is there anyway I can alter the formula to consider only this years End Date?