I created a table that by entering a customer number, it finds (vlookup) all related information across all my labeled columns (i.e. Customer Name or City or State) with the following formula:
VLOOKUP($B$7,SNAPDATA,46,FALSE)
I want to be able to reverse this. By entering the "City" for example I could get all customers who are in that city referenced in my raw data range. I cannot figure out how to make my table return multiple results from this function. I need all customers that are located in that city to come back in one list rather than just one of the customers.
Thanks
Bookmarks