I have some reports that are due at different intervals, 1 year, 5 years, etc. I want to create a formula (or method) that when the due date is reached it will set the next due date. It would actually be neat if the system would generate the next line, but I can live with just doing the formula.
And need to due this if the recurring column is yes.
if recurring is no - then do nothing.
I have tried:
=DATE(YEAR([Due Date]@row) + ([Recurring Intervals Years]@row), MONTH([Due Date]@row), DAY([Due Date]@row)))
but I keep getting #UNPARSEABLE. Not sure where my formula is in error.
TY IA