Help - need to consolidate workbooks

Y

yus786

Hi all

Need some help. There is now a requirement for my team to complet
timesheets. Something like the attached. I have 2 sheets on there bu
that will actually be 2 workbooks, as an example

The requirement is for each individual to complete their timesheet an
drop in a folder. Our manager will then see 15 timesheets in thi
folder. He would then need to consolidate the timesheets into ON
workbook and ONE worksheet.

They want to do some analysis etc so would need a total of al
timesheets.

However if you look at the timesheet - each could be different dependin
on how many clients that person has worked for that week. Person 1 ma
have 5 clients that period whilst Person 2 may have just the one.

Any idea's how this can be achieved please?

Thank

+-------------------------------------------------------------------
|Filename: TimeSheet_Help.zip
|Download: http://www.excelbanter.com/attachment.php?attachmentid=293
+-------------------------------------------------------------------
 
D

Don Guillett

Good examples of the sources. However, you need to show us what you
want the consolidated sheet to look like....
 
V

Vacuum Sealed

Hi all

Need some help. There is now a requirement for my team to complete
timesheets. Something like the attached. I have 2 sheets on there but
that will actually be 2 workbooks, as an example

The requirement is for each individual to complete their timesheet and
drop in a folder. Our manager will then see 15 timesheets in this
folder. He would then need to consolidate the timesheets into ONE
workbook and ONE worksheet.

They want to do some analysis etc so would need a total of all
timesheets.

However if you look at the timesheet - each could be different depending
on how many clients that person has worked for that week. Person 1 may
have 5 clients that period whilst Person 2 may have just the one.

Any idea's how this can be achieved please?

Thanks


+-------------------------------------------------------------------+
|Filename: TimeSheet_Help.zip |
|Download: http://www.excelbanter.com/attachment.php?attachmentid=293|
+-------------------------------------------------------------------+
Hi

Just a thought here

Why go to all the trouble of having multiple sheets as opposed to having
everyone enter their details into 1 centralised workbook where you can
do your analysis...

You could use a UserInputForm and allocate a UserID/Password as their
unique ID passing their entries directly into the referenced cells.

On the usersInputForm after it has passed the UserID protocol, you could
have the following ComboBoxes/ValidationLists and TextBoxes:

Employee:
Client:
Day/Date:
Hours:

There you go, no need for 15 spreadsheets and potentially complicated
codes to roll through each and reconstruct the data, and hope there are
no errors along the way.

HTH
Mick.
 
Y

yus786

Vacuum said:
On 11/02/2012 7:49 AM, yus786 wrote:-
Hi

Just a thought here

Why go to all the trouble of having multiple sheets as opposed to havin

everyone enter their details into 1 centralised workbook where you can
do your analysis...

You could use a UserInputForm and allocate a UserID/Password as their
unique ID passing their entries directly into the referenced cells.

On the usersInputForm after it has passed the UserID protocol, you coul

have the following ComboBoxes/ValidationLists and TextBoxes:

Employee:
Client:
Day/Date:
Hours:

There you go, no need for 15 spreadsheets and potentially complicated
codes to roll through each and reconstruct the data, and hope there ar

no errors along the way.

HTH
Mick.

Sounds a really cool idea, but i have no experience in creatin
UserInputForm and allocating UserID/Password etc.

Presumably there will be only ONE workbook on a shared drive somewhere

+-------------------------------------------------------------------
+-------------------------------------------------------------------
 

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