I have 3 different formulas for 1st of the month 1 month, 2 months and 3 months before renewal date, excluding holidays and weekends. The formula is working great, until it has to calculate back in a previous year.
1st Follow-Up Email Due Formula: =WORKDAY(DATE(YEAR([Renewal Date]@row), MONTH([Renewal Date]@row) - 2, 1) - 1, 1, Holidays:Holidays)
For 01/01/2026 renewal date this should produce 10/01/2025, but it gives an error message of "Invalid Value"
I've noticed that the ones that produce "Invalid Value" should be displaying a previous years date for the output date, in relation to the Renewal Date. Is there a way to fix this?