Two date columns
Last Service and Next Service
I want "Next Service" date to be "Last Service" date plus one year.
I created the following formula in the "Next Service" column:
=IF([Last Service]@row <> "", DATE(YEAR([Last Service]1) + 1, MONTH([Last Service]1), DAY([Last Service]1)), "")
It correctly calculates the Next Service date in row 1, but when I try to convert to column formula I receive this message: