Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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^)


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
VBA code to searching for a folder Farhad Excel Discussion (Misc queries) 2 September 19th 07 02:47 PM
Importing Alan Beban's code on Arrays; Importing a module or a project Steve G Excel Worksheet Functions 4 August 27th 07 04:18 PM
Docking Project Explorer, Properties window and Code window in VBE jayray Setting up and Configuration of Excel 2 March 27th 07 04:42 PM
searching by number or code ina work book justsomeguy Excel Discussion (Misc queries) 0 February 19th 07 08:55 PM
Searching for multiple strings and return multiple solutions Ron Excel Worksheet Functions 2 October 6th 06 05:29 PM


All times are GMT +1. The time now is 01:30 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"