I want to put a date in columns that are monthly increments off an entered date field. We want to have reminders when a site needs to be reviewed for warranty items. This is based off 'Planted Date'. I created 12 columns for each month we need to visit the site. I was able to enter the following formula and it works till it needs to roll over to 2026. I've tried +1 after the year but it did not work. Any help would be greatly appreciated.
=DATE(YEAR([Date Planted]@row ), MONTH([Date Planted]@row ) + 3, DAY([Date Planted]@row ))
Maybe there is an easier way to go about this. :) Any help is greatly appreciated.
FYI - I have created automations for each month.