I apologize if the title doesn't make any sense since I am trying to figure out how to explain it best.
My question is, is there any formula or Excel magic to make below possible in Excel?
I have Sheet1 in Excel as follows:
In another sheet (Sheet2) in the same workbook, I want to populate rows of cities based on each name. I can use data validation to select John Doe or any name. So, if I select "John Doe", I want to find all the cities for John Doe from Sheet 1 and add them to the rows as shown below:
UNIQUE(FILTER())
– Scott Craner