I have an Excel Worksheet to manage participants in a conference. It contains a data table (Table1) listing all the participants, some biographical data, and what events they plan to attend. I want to filter by nationality and event to show the data for people from a given nationality and attending any one event.
I have managed to use the FILTER formula to spill the data in the sheet "Access Lists" for people from a given nationality. However, I am having trouble adding an additional element - the event. I want to dynamically change a field value and have that field value change the data column called in the FILTER formula, for example Table1(D5)=D5. As I understand, I should use the INDIRECT function to turn the dynamic field into text that be used by the FILTER formula.
I have been playing with an INDIRECT function nested within a FILTER function to dynamically set the column that is returned. My formula below doesn't seem to work. Can someone show me where I went wrong? See sample file attached.
![]()
Please Login or Register to view this content.
Bookmarks