#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,560
Default Time Sheet

I have a monthly time sheet on which I post hours for a number of different
projects. On Sheet 1 the columns from left to right are Date, Project,
Activity, From, To and Total Hours.

On Sheet2 I want to automatically seperate each project (from Sheet1) with
that projects corresponding invoice total.

Any thoughts on how to do this would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Time Sheet

Think an index/match would do it for you

Assume source data* in sheet: x, from row2 down
with key col = col B (Project) with unique project ids
*Date, Project, Activity, From, To and Total Hours in cols A to F

In your invoice sheet,
assume project ids are also listed in B2 down

Put in say, D2:
=IF(ISNA(MATCH($B2,x!$B:$B,0)),"",INDEX(x!C:C,MATC H($B2,x!$B:$B,0)))
Copy D2 across to G2, fill down as far as required to populate. Cols D to G
will return the corresponding Activity, From, To and Total Hours in x's cols
C to F which match the project ids in col B. Unmatched ids, if any, will
return blanks: "".
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"David" wrote:
I have a monthly time sheet on which I post hours for a number of different
projects. On Sheet 1 the columns from left to right are Date, Project,
Activity, From, To and Total Hours.

On Sheet2 I want to automatically seperate each project (from Sheet1) with
that projects corresponding invoice total.

Any thoughts on how to do this would be greatly appreciated.

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
Detailed Time Sheet (overtime, comp time, vacation used) Robert D. Sandersfeld New Users to Excel 2 May 22nd 06 10:14 PM
how do I set up time sheet and items bought expense sheet gianni Excel Discussion (Misc queries) 1 December 24th 05 11:10 AM
How do I time Hours & mins in excel - Time sheet Helen Excel Discussion (Misc queries) 5 September 17th 05 11:42 AM
HOW DO I CALCULATE TIME IN A TIME SHEET FOR EXCEL RAFAEL New Users to Excel 1 June 26th 05 11:32 PM
I need a time sheet template that verifies time entered against sy Bob Powell Excel Discussion (Misc queries) 1 April 19th 05 03:11 PM


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