I am attempting to pull attendee numbers from a master grid to a summary sheet. Our master grid has upwards of 30 columns and is used as a central repository for event-related information across multiple years. I have been tasked with compiling a dashboard for our senior/executive leadership to showcase the total # of attendees based on a variety of criteria (including department, event date, level of involvement, etc.).
I'd like to pull the attendees to the summary sheet based on two criteria: Event Name and Start Date. I've tried using the following INDEX/COLLECT formula, but it keeps showing an #INVALID VALUE error:
=INDEX(COLLECT({STAT: CONF Total Attendees}, {Event Name}, [Event Name]@row, {Start Date}, [Start Date]@row), 1)
I've included a screenshot of sample data that I'm trying to pull into a new sheet. The yellow column indicates the values that I want to populate in the summary sheet.
Any help would be greatly appreciated. Thank you in advance!