I need the zip codes associated with a list of nine metro areas that I have. Examples of strings in my list are "Philadelphia", "Baltimore" etc.
I also have a table with two columns - zip codes and associated metro area of each Zip code for the entire USA.
What I'd like to do is have a table with the columns:
Metro Area (my 9 metro areas) | Zip Codes
Rather than using filters or pivots, is there a way to lookup my metro areas against the USA wide list and then output each zipcode that matches that string?
I also have a table with two columns - zip codes and associated metro area of each Zip code for the entire USA.
What I'd like to do is have a table with the columns:
Metro Area (my 9 metro areas) | Zip Codes
Rather than using filters or pivots, is there a way to lookup my metro areas against the USA wide list and then output each zipcode that matches that string?