3

Can excel lookup values from a spreadsheet in google docs? I would like my current excel forms to be able to lookup data from a spread sheet that used to be held on our server but now is a google docs spreadsheet. I have office 07. Thanks for any help.

Troy
  • 31

3 Answers3

1

The referenced method on ramblings.mcpher.com/Home/excelquirks/get-data-from-google-docs will work on any google spreadsheet you have access to. The decoding of the returned Google Wire formatted response is all taken care of by the Excel-jSon deserializer.

1

You should be able to do this using Excel's web queries.

0

You don't need to share with the web, If you have google drive then it can be private and still accessed.

  1. Save your file to the google drive (this means a link is available on your local hard drive)
  2. When you click on the file in the local drive it will open using a browser with a link like https://docs.google.com/spreadsheet/blah blah blah
  3. In excel use [data]-[from the web] and the link above

There are limitations:

  • it brings in some guff around it but if you import to one sheet and have the second with only the data it should be ok
  • It doesn't seem to work with more than 100 records, it gives a response basically saying the record is too big for the browser
Andrea
  • 1,536