Hello everyone!
I have a need for a field that determines next “share time” for an event based on specific criteria.
I have the following columns:
{Start date} = date field
{End date} = date field
{Select dates} = checkbox field that indicates when an event concists of only select dates between the {Start date} and {End date} and not the whole span. I also have a date field for
{Last shared} = date field
What I want to achieve is a new field, using formula, that gives me the date the event should be shared next called {Next share}.
- If the difference between {Start date} and {End date} is less than 14 days AND the {Select dates} is unchecked AND if today is before {End date} I want it to add 7 days to the {Last shared} date.
- If the difference between {Start date} and {End date} is greater than 14 days AND the {Select dates} is unchecked AND if today is before {End date} I want it to add 14 days to the {Last shared} date
Idealy I would like it to additionally return the following:
- If the event doesn’t have an {End date} I want it to simply say “Single event”
- If the {Select dates} is checked I want it to return “Share at next occurance”.
We do not catalogue the inbetween dates when an event has only select dates, so a message like above is preffered.
I am beyond greatful for any and all help I may get as I am new to Airtable.
I am able to find my way around easier formulas, but the multiple conditions here have me stumped.



