I’ve got a database with events that I am using a list format to display -- the main reason for a list instead of a calendar is that I want people to be able to filter the type of event by tags and have a visual queue of event items. I’ve got the conditions of the list set to only display events that come after yesterday’s date, so once an event passes, it falls off the view. Additionally, this is a calendar that is populated by the community at large via a form.
Most of the events are single date events, so the standard M-D-Y h:mm a format for the date is fine, but when the event spans multiple days (conferences and festivals for example), I’m having trouble figuring out the right formula to display these events with the series of dates (4/10/26-4/12/26, for example) so that they will stay on the view for the duration of their schedule.
I know how I want this formula to function, but everything I’ve tried doesn’t seem to work.
I’ve got a column for each event that is a checkbox -- “Is this a multi-day event?” -- based on how they answer this question, I’ve created a column for the formula:
If the checkbox is checked, then I would like the dates for the event to say “Friday, March 13 - Sunday, March 15, 2026” with no times attached. On these events, folks would populate the description with all the details of the multi-day event.
If the checkbox is not checked, I would like for the dates for the event to say “Friday, March 13, 2026 4:00 - 6:00pm”
I’ve tried splitting my event date details into multiple columns -- ie: Starting Date and Ending Date -- but this feels unnecessary when it’s a one day event, which most will be.
I’ve tried including the time with the date, but then I seem to struggle with how to not include it in the instance where the checkbox for multi-day event is checked.
Either I get an error or nothing displays.
Would love some insight!


