Hi,

I have an excel sheet with some data in the first column which I want to use as the filter for the MySQL query. Example - A1 has the LocationID 1, I want to get the LocationName for that ID in A2. I have been able to get the data from MySQL to Excel using ODBC DSN and Microsoft Query but can't find how to filter it using data in Excel sheet. Is it possible, if so how?

Thanks in advance.