I’m trying to create a table that houses all the information about the software subscriptions that I have.
- Monthly Cost
- Renewal Period (Monthly, Yearly, etc)
- Number of User/Licenses
- Next Renewal Date
- Renewal Reminders
I’m running into trouble with Next Renewal Date and reminders. I’ve put in the start date of the subscription, which I use in a formula along with the period to calculate the first renewal date. But I want to calculate the next referral date in the future and have it update each time that referral date passes. How can I achieve this?
Formula: DATEADD({Start Date},{Period (Months)},‘months’)






