Hi there!
I’m new to AirTable and am struggling with building an IF statement to populate a renewal date. We have annual, 3-year and lifetime memberships, so I’m trying to create a formula that will populate our renewal date field based on the membership type duration.
While I need to get to the nested IF statement for all of my memnership types, I can’t get a single formula to work. Any help would be much appreciated. Here’s what I’ve tried (and many variations).
If ({M_MembershipType} = “Senior/Sr. Family Annual”, DATEADD ({M_TransactionDate}, +365, ‘days’))

