Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Data collection from multiple excel spread sheets

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default Data collection from multiple excel spread sheets

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.




"HSprincipal" wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Data collection from multiple excel spread sheets

Hi HSprincipal

Maybe the filter example will help on this page
http://www.rondebruin.nl/copy3.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"HSprincipal" wrote in message ...
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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining multiple spread sheets into one flaschman Excel Discussion (Misc queries) 2 January 5th 10 10:50 PM
Multiple Excel Spread Sheets TC Excel Discussion (Misc queries) 3 January 4th 10 11:53 PM
Can I unstack multiple spread sheets in Windows XP? Jocelyn[_2_] Excel Worksheet Functions 1 July 27th 09 05:08 PM
Run macros on data spread across multiple spreadsheets akapoor Excel Discussion (Misc queries) 2 September 11th 07 04:38 PM
Automatic comparison and uploading of data among 2 spread sheets excel spread sheet New Users to Excel 0 December 6th 06 01:23 PM


All times are GMT +1. The time now is 03:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"