I have a sheet "Addresses" with 2 columns A and B (EventType and Location). For every event type there are multiple addresses (for instance 5 lines of the event type "Concert" each with a different venue address).
On another sheet I have an empty list with the same 2 columns. I would like to create a dynamic dependent dropdown on the second column that does 2 things:
1. Give me only the list of locations for the event I add in the first column (dependent). So, in case of "Concert", only the locations of the concert venues from sheet "Addresses" should be in the dropdown.
2. When the list on sheet "Adresses" grows, the dropdown should grow also with the newly added locations (if I add a new concert venue in sheet "Addresses" for instance).
I have been struggling with Index and Match but without success. If possible, I would like to avoid volatile functions as Offset and Indirect. Can anyone help?
On another sheet I have an empty list with the same 2 columns. I would like to create a dynamic dependent dropdown on the second column that does 2 things:
1. Give me only the list of locations for the event I add in the first column (dependent). So, in case of "Concert", only the locations of the concert venues from sheet "Addresses" should be in the dropdown.
2. When the list on sheet "Adresses" grows, the dropdown should grow also with the newly added locations (if I add a new concert venue in sheet "Addresses" for instance).
I have been struggling with Index and Match but without success. If possible, I would like to avoid volatile functions as Offset and Indirect. Can anyone help?