query multiple excel files

  • Thread starter Thread starter pollymoe
  • Start date Start date
P

pollymoe

Im trying to exctract information from three different excel documents
I want to query the three documents based on e.g a field calle
"company name" and gather info in a fourth document where "compan
name" is present in all three documents. Is there any way of doin
this, or do I have to do it manually? Or is it possible to merg
documents using parameters to select relevant information? Quite new t
this. Know you it would be better to use a database to do this but d
not have access to one
 
you can reference cells in other files using this format:

=[filename.xls]sheetname!A1

that is cell A1 in the other file.
 

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