What formula do I use to calculate a 12 month term. eg Enter date into cell 1 and then cell 2 calculates a date 12 months on

I want to set up a membership column in my database. Memberships are 12 months long. What formula do I use?

DATEADD($Start_Date, months=12)

https://support.getgrist.com/functions/#dateadd

1 Like

Super thank you! It worked.

1 Like