Data collection from multiple excel spread sheets

H

HSprincipal

How do you collect data form multiple excel spread sheets? For example I
would like to find a name of a student and collect all of the final grades
form different teachers excel gradebooks.
 
A

Art

To get a value from a different file, if you know the cell, you would do the
following:

Suppose what you want is in cell B5 on Sheet1 in Book1, the value is:
=[Book1]Sheet1!B5

Also, this can be done by simply typing "=" and then pointing to the value
you wanted from Book1.

Now, this may not be a big help because you may want to look up the values.
In that case it would depend on how the files are set up, whether they're all
set up the same way, and what your lookup values are. If every file is set
up with things in exactly the same position, you could use a sum of formulas
similar to the one above. Since that's unlikely, you will probably need to
use VLookup and still have a sum of VLookups for your formula.
 

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

Top