I have two sheets and I am trying to populate the names of all attendees in each meeting from the reference sheet into the destination sheet. I am trying to match the meeting names (for example" weekly meeting" or "leadership meeting" across two sheets, then identify the names that have been marked as "yes" for those meetings and collect the names from the name column and populate the names in the first sheet.
I am using the formula below, however this is only returning one name from the reference sheet. I want to get all the names of the people attending that meeting in the same column. How do I do that? Will JOIN or COLLECT work with this?
=(INDEX({Team Range 2}, MATCH([Meeting Name]@row, {Team Range 7})))
Reference Sheet
Destination sheet