I have a column A on Sheet 1 in Excel with 50 city names (A1:A50), and an ODBC data source with populations for cities around the world in one table (hundreds of thousands of records, not an option to pull it all in to Excel). I would like to do an Inner Join between Sheet 1 and the ODBC data source where city names match (this is the key for the ODBC table). The resulting new table from the Inner Join could open in Sheet 2 upon execution with the 50 city names and their populations.
I have tried using the "Other Sources/ODBC" external data capability in Excel, but so far have been only able to pull in data exclusively from the ODBC source. I have been unable to figure out the Inner Join between an Excel sheet and an ODBC source. Can it be done?