Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Lookup cell for documents in a folder

I am trying to create an overview of the time spent on projects. People hand
in weekly time-charts in excel format where the projects are referenced by a
standard number. So in effect I have a lot of separate excel files from which
I would like to create a summary, which also updates when a new file is added
to the folder.
I have no idea if this is possible and if it is, how one should accomplish
it. Can anyone help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,203
Default Lookup cell for documents in a folder

There's a lot of information that would be needed for a complete solution,
but I'll outline generally what would be needed.

This would have to be done with VBA code (a macro). At some point the code
would read the contents of the folder where all the weekly files are and
determine if any new file had been added. This would require that the
summary file keep a record of files previously seen, probably on a sheet
dedicated just for that purpose. If any new file(s) were found, the code
would continue on to either build formulas to link to data in them needed for
the summary or work through the files in the folder, opening and reading the
needed data from them and placing it into the summary book.

I said "At some point..." and you have choices on how that would be done.
You could actually set the code up to run automatically when the workbook
opens, or you could set up a 'button' on a sheet that you could click to
update from the individual files. Since this could be a lengthy process,
that may be the way you want to go.

Like I said, there's a lot of info needed to create the macro, just a little
of which would be: the naming convention for the weekly files, the sheet
names involved in both the weekly files and the summary workbook, cells
involved in all of the sheets in both workbooks, etc.

"Marc Trumpi" wrote:

I am trying to create an overview of the time spent on projects. People hand
in weekly time-charts in excel format where the projects are referenced by a
standard number. So in effect I have a lot of separate excel files from which
I would like to create a summary, which also updates when a new file is added
to the folder.
I have no idea if this is possible and if it is, how one should accomplish
it. Can anyone help?

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
How do I print a LIST of documents in a folder littlebear20 Excel Discussion (Misc queries) 2 August 16th 06 11:44 PM
locking excel documents in a folder hoyt New Users to Excel 1 June 30th 06 05:49 PM
excel documents won't open from my documents folder Paul1961 Excel Discussion (Misc queries) 2 January 15th 06 05:31 PM
Excel should open documents in the folder of the current file boxfactory Setting up and Configuration of Excel 0 October 20th 05 03:35 PM
how to save to My Documents folder on different PCs Matthew Excel Worksheet Functions 1 December 14th 04 02:49 AM


All times are GMT +1. The time now is 05:47 PM.

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

About Us

"It's about Microsoft Excel"