External query where parameter is a sheet cell

  • Thread starter Thread starter Hall
  • Start date Start date
H

Hall

I want to run an SQL to an external database source where the parameter of
the query is specified in a sheet cell. For example:
select amount
from mynumbers
where id=C5

where C5 is a sheet cell and has the id value to index.

Is this possible? What's the syntax?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top