Hi,
I'm pretty sure that you can't use the IN operator when using SQL in Excel, but has anyone got a workaround for this?
I have a query that has 10 "regions" and I want to be able to use a SQL query like the following:
Select * from table
where region in ('1'', '2', '3', '4', '5', '6'...