Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have set up timesheets for my department. I have a template that I have
everyone use (About 10 people), This saves the worksheet as "CSTS Employee number Date serial" For Example if Employee 432 created a workbook for this week, the file saved would be "CSTS 432 38808.xls". They then mail me this template every week. I enter the data from their totals category into a master workbook which has totals for everyone. 1.) Is there an easy way to pull all of these into this workbook for the year? I was going to use the date seial to pull the data into the appropiate location and tab of the master file. 2.) Can I pull the data from the individule files without having to pull up the worksheets? 3.) Is there a more eloquent way to do what I want to do? Everyone uses Office 2003 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Stuart,
have you thought about using vlookup Stuart Peters wrote: I have set up timesheets for my department. I have a template that I have everyone use (About 10 people), This saves the worksheet as "CSTS Employee number Date serial" For Example if Employee 432 created a workbook for this week, the file saved would be "CSTS 432 38808.xls". They then mail me this template every week. I enter the data from their totals category into a master workbook which has totals for everyone. 1.) Is there an easy way to pull all of these into this workbook for the year? I was going to use the date seial to pull the data into the appropiate location and tab of the master file. 2.) Can I pull the data from the individule files without having to pull up the worksheets? 3.) Is there a more eloquent way to do what I want to do? Everyone uses Office 2003 -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, I have thought about using vlookup, but If I have 10 people sending me
timesheets every week, I would have to keep 520 Workbooks in my computer just to pull data from. Once I get the data in the master file, I don't care what happens to the individual worksheets. "FIRSTROUNDKO via OfficeKB.com" wrote: Stuart, have you thought about using vlookup Stuart Peters wrote: I have set up timesheets for my department. I have a template that I have everyone use (About 10 people), This saves the worksheet as "CSTS Employee number Date serial" For Example if Employee 432 created a workbook for this week, the file saved would be "CSTS 432 38808.xls". They then mail me this template every week. I enter the data from their totals category into a master workbook which has totals for everyone. 1.) Is there an easy way to pull all of these into this workbook for the year? I was going to use the date seial to pull the data into the appropiate location and tab of the master file. 2.) Can I pull the data from the individule files without having to pull up the worksheets? 3.) Is there a more eloquent way to do what I want to do? Everyone uses Office 2003 -- Message posted via http://www.officekb.com |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Given the size, rather than a memory-intensive sucking of data into your master worksheet (controlled from the target), a better approach may be uploading the data into a database (controlled from the source) using a macro. If all source workbooks are consistently structured, a macro in your Personal Macro Workbook attached to say a shortcut key might be used to upload. I'd structure the upload data in the souce files into a contiguous range of rows with all necessary identifiers in those rows and then transfer that data into a single datasheet (assuming Excel was chosen as the "database") in the target. -- John James ------------------------------------------------------------------------ John James's Profile: http://www.excelforum.com/member.php...o&userid=32690 View this thread: http://www.excelforum.com/showthread...hreadid=526873 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() For code to provide a flexible formula to extract data from a specified cell in a closed file, refer: http://www.excelforum.com/showthread.php?t=531126 http://www.dicks-blog.com/archives/2...ing-workbooks/ -- John James ------------------------------------------------------------------------ John James's Profile: http://www.excelforum.com/member.php...o&userid=32690 View this thread: http://www.excelforum.com/showthread...hreadid=526873 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting Data from Multiple Workbooks | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Macro that will add data from multiple workbooks to the 1st open r | Excel Discussion (Misc queries) | |||
Question about combining data from multiple workbooks into one rep | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions |