I've been researching this for a while and haven't been successful yet, hopeful the community can provide some solutions.
I have a sheet that tracks all events across multiple clients. Each client has multiple locations and each location can have multiple events. I need to be able to flag the first event date for each individual location regardless of how many sessions they are hosting.
The Vendor Event ID is only unique to the location
BravoID is a system generated ID based on when the row was uploaded and not necessarily the order in which events are taking place.
How I manually determine which is the first event: I find earliest event date for that location then find the first start time if the earliest date has more than 1 session on the earliest date.
Below is an example of a client with 2 locations. 1 location with 3 sessions and another with 1 session. I manually check the boxes currently but would love to find a formula that can do it for me. Any ideas?