Since Google Sheets does not have an AGGREGATE
function I am unsure how exactly I could do this.
We have a table that looks like this:
Hall Room Email
Hall2 RoomA eggmcmuffin@example.com
Hall2 RoomA brownies@example.com
Hall2 RoomA nachos@example.com
Hall2 RoomB hotdog@example.com
Hall3 RoomA bofa@example.com
... ...
So I would like to create a new table where the user can enter a hall AND room and to the right, it is populated with each email matching that in the big table.
Hall Room Email
*User enters hall* *User enters room* *All emails populate*
Halls are pulled from a pull-down so it will be an exact match. The emails can exist in either multiple cells or one, I just want it to be an easy copy and paste for me into email later, a semi-colon delimiter could be useful!