Is there a way to run an MS Query for each row in a spreadsheet? For example, I have a sheet that looks like this:
CustomerID
111
222
333
I have the customer's address in a database, and I'd like to annotate each row in the sheet with the customer's city, like so:
CustomerID City
111 Chicago
222 New York
333 Los Angeles