Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have several Google spreadsheets in a folder that are formatted the same way, and I'd like to pull data from those to put in another spreadsheet to provide an overview. To explain what we're doing, there is a system of tracking points earned and points used for individuals each month. So right now we have a June 2012 folder and spreadsheets for each person - named Person1, Person2, etc. Rather than checking each one individually for their current balance, we'd like to have a separate spreadsheet that would pull information from all spreadsheets in that folder.

I created a spreadsheet and used =importrange with the key and cells that I want to have show up. It works, but I'm wondering if there is a way to automate that. In summary, I would like to have data from the same cells of all spreadsheets (For example, C1 and G2) stored in the June 2012 folder listed in a separate spreadsheet.

I've searched and haven't found anything quite like that yet. I'll be happy to explain things in more detail if needed. Thanks for your help!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.