I have a table where users submit events that happen on a weekly and monthly basis. For example: a yoga class every Saturday at 9am or a group run the first Sunday of every month. I don’t want to add a ton of records of that same event but would like the original date field (Event Date) to be updated so that it populates the next coming date.
So process would be:
- Event is submitted
- Event Date is populated with first class date ex: 5/20/20
- After the first class date passes, it is updated to the next coming date: 5/27/20
Is there a formula that’ll auto-update that Event Date field? Or at least spit out that new date in a new formula field?