Hi there!
I’m looking to calculate the growth rate of attendees for events that I run.
Specifically, I’d like to understand how many attendees are first timers.
To spell out how this formula could work… I see x variables
- Attendee
- Attendee attended event date list
- Event
- Event dates
I’d like a sum of how many attendees attended this event if it was their first time (had not attended events prior.
if (
{Attendee} has NOT(BEFORE({attended event date list}, {Event dates}))
This is not really working…
One of the problems is that the rollup of events attended is just a list of dates, it’s not running through the formula one by one with the attendees.
Any advice on how this could work?
I have two linked databases with Attendees and events.