Hello,
I am trying to make a column to return dates 3 month before the date in another column. Essentially going to be notifying teams 3 months before something expires.
I have a column for the dates. It is set to "date" and i'm using this formula in a helper column
=DATE(YEAR(DATE@row ), MONTH(DATE@row ) - 3, DAY(DATE@row ))
AI is telling me this is correct but it keeps giving me Invalid Column Type. I've tried different date patterns with no luck. Any suggestions?