A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Searching Multiple Timesheets for a project code and then....



 
 
Thread Tools Display Modes
  #1  
Old May 25th, 2010, 03:38 PM posted to microsoft.public.excel.worksheet.functions
Saitei
external usenet poster
 
Posts: 1
Default Searching Multiple Timesheets for a project code and then....

I need some help on this one!!

I am trying to scan multiple timesheets in excel for a project code and then
capturing the hours worked for that project. I then need to have the hours
worked summed on a different work sheet to track hours worked for multiple
disciplines on one engineering project. (See below for example)

Example:
Timesheet 1:
Monday Tueday Wednesday
Thursday Friday
Project 'A' 4 2 8
0.5 0
Project 'B' 1 0 0
6.5 2.5
Project 'C' 3 6 0
1 5.5

Timesheet 2:
Monday Tueday Wednesday
Thursday Friday
Project 'A' 6 1 2
0.5 0
Project 'B' 1 1 0
6.5 2.5
Project 'C' 1 6 6
1 5.5


Tracking Sheet 3 :
(Total Hours worked by Project from timesheet 1 & 2)

Project 'A' 24
Project 'B' 21
Project 'C' 35

Any help on this would be greatly appreciated. Thanks in advance!!! 8^)

  #2  
Old May 26th, 2010, 08:11 AM posted to microsoft.public.excel.worksheet.functions
Matt's Dad
external usenet poster
 
Posts: 5
Default Searching Multiple Timesheets for a project code and then....

If timesheets are on separate worksheets the easiest way to do it, provided
there aren't that many timecards, is to add a Total column to each timesheet
(Reference column G in formula) and then use sumif:

=SUMIF(Sheet1!$A:$A,Sheet3!$A3,Sheet1!$G:$G)+SUMIF (Sheet2!$A:$A,Sheet3!$A3,Sheet2!$G:$G)

Just keep adding on to the formula for each timecard. Not particularly
high-tech but it's a reliable way to get the job done.

You can read up on Sumif and Sumproduct he
http://www.journalofaccountancy.com/...9/Jul/20091493




"Saitei" wrote in message
...
I need some help on this one!!

I am trying to scan multiple timesheets in excel for a project code and
then
capturing the hours worked for that project. I then need to have the hours
worked summed on a different work sheet to track hours worked for multiple
disciplines on one engineering project. (See below for example)

Example:
Timesheet 1:
Monday Tueday Wednesday
Thursday Friday
Project 'A' 4 2
8
0.5 0
Project 'B' 1 0
0
6.5 2.5
Project 'C' 3 6
0
1 5.5

Timesheet 2:
Monday Tueday Wednesday
Thursday Friday
Project 'A' 6 1
2
0.5 0
Project 'B' 1 1
0
6.5 2.5
Project 'C' 1 6
6
1 5.5


Tracking Sheet 3 :
(Total Hours worked by Project from timesheet 1 & 2)

Project 'A' 24
Project 'B' 21
Project 'C' 35

Any help on this would be greatly appreciated. Thanks in advance!!! 8^)


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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