#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default 1st sheet

Hi
I am working on a workbook with identical sheets formats for a project
costing what i need is a summary sheet that allows me to know the
total of working hours for each project and the total of working time
for each project by each employee
the workbook cotain 12 sheets each month one sheet is added in the
same format but with more projects the format is this way

A B
C D
1 Project Name Employee listing
2 George
John Pamela
3 United Tower 100
10 50
4 UK Bridge 0
150 20


Each month a new sheet with more projects to be added and more
employees sometimes

What i need is a summary sheet that calculates the total of worked
hours pr employee for each project in order to have the costing

Thank you in advance
Tia
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default 1st sheet

Tia,

Don't do that. Use a single worksheet, and add another column where you enter a date for each item,
and then you can apply data filters, use the data as a source for a pivot table, report generation,
etc.. without the complexity, error sources, and headaches of multiple sheets. Using separate
sheets for items that really belong together with separate identifiers is the single biggest mistake
that you can make when designing a workbook.

HTH,
Bernie
MS Excel MVP


"Tia" wrote in message
...
Hi
I am working on a workbook with identical sheets formats for a project
costing what i need is a summary sheet that allows me to know the
total of working hours for each project and the total of working time
for each project by each employee
the workbook cotain 12 sheets each month one sheet is added in the
same format but with more projects the format is this way

A B
C D
1 Project Name Employee listing
2 George
John Pamela
3 United Tower 100
10 50
4 UK Bridge 0
150 20


Each month a new sheet with more projects to be added and more
employees sometimes

What i need is a summary sheet that calculates the total of worked
hours pr employee for each project in order to have the costing

Thank you in advance
Tia



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default 1st sheet

On Jul 30, 3:59*pm, "Bernie Deitrick" <deitbe @ consumer dot org
wrote:
Tia,

Don't do that. *Use a single worksheet, and add another column where you enter a date for each item,
and then you can apply data filters, use the data as a source for a pivot table, report generation,
etc.. without the complexity, error sources, and headaches of multiple sheets. *Using separate
sheets for items that really belong together with separate identifiers is the single biggest mistake
that you can make when designing a workbook.

HTH,
Bernie
MS Excel MVP

"Tia" wrote in message

...



Hi
I am working on a workbook with identical sheets formats for a project
costing what i need is a summary sheet that allows me to know the
total of working hours for each project and the total of working time
for each project by each employee
the workbook cotain 12 sheets each month one sheet is added in the
same format but with more projects the format is this way


* * * * A * * * * * * * * * * * * * *B
C * * * * * * * * * * *D
1 *Project Name * * * * * * Employee listing
2 * * * * * * * * * * * * * * * * * *George
John * * * * * * * *Pamela
3 United Tower * * * * * * * * * 100
10 * * * * * * * * * * *50
4 UK Bridge * * * * * * * * * * * * *0
150 * * * * * * * * * 20


Each month a new sheet with more projects to be added and more
employees sometimes


What i need is a summary sheet that calculates the total of worked
hours pr employee for each project in order to have the costing


Thank you in advance
Tia- Hide quoted text -


- Show quoted text -


You are right but the issue is that :
I have a monthly shared workbook .Ech employee has his own sheet with
days from 1 till 31 and the list of projects he makes the data entry
and i get the month summary in one sheet for all the employees and all
the projects what i do is that i copy it to yearly summary .what i am
doing now is manually linking the sheets to the summary
exp:
A B
1 Project Name Celine Chemaly

2 Castle House 335.00 "the formula that i use to have the total of
B2 is "
=+'01012008'!F12+'01022008'!F12+'01032008'!F12+'01 042008'!
F12+'01052008'!F12
so each month i have to manually add the new sheet what i am looking
for is a way so they can be added automaticly each month the total and
th enew info

Is there is a way so i c an do it ?

Thx in advance

Tia

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default 1st sheet

Tia,

Insert a blank sheet "First" before all the data sheets (and just after the summary sheet), and
another blank sheet "Last" after all the data sheets.

Then use a formula like this

=SUM(First:Last!F12)

to sum all the F12 cells on sheets located between First and Last.

And when you copy and insert data sheets, make sure that they end up between First and Last so that
they will be included in the SUM.

HTH,
Bernie
MS Excel MVP

You are right but the issue is that :
I have a monthly shared workbook .Ech employee has his own sheet with
days from 1 till 31 and the list of projects he makes the data entry
and i get the month summary in one sheet for all the employees and all
the projects what i do is that i copy it to yearly summary .what i am
doing now is manually linking the sheets to the summary
exp:
A B
1 Project Name Celine Chemaly

2 Castle House 335.00 "the formula that i use to have the total of
B2 is "
=+'01012008'!F12+'01022008'!F12+'01032008'!F12+'01 042008'!
F12+'01052008'!F12
so each month i have to manually add the new sheet what i am looking
for is a way so they can be added automaticly each month the total and
th enew info

Is there is a way so i c an do it ?

Thx in advance

Tia


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
Duplicate sheet, autonumber sheet, record data on another sheet des-sa[_2_] Excel Worksheet Functions 0 May 8th 08 06:56 PM
"='sheet 1'!D4" auto fill sheet to sheet ='sheet 2'!D4 mistewalker Excel Worksheet Functions 5 January 6th 08 11:36 PM
create a formula in one sheet that would read data from separate sheet automatically QD Excel Discussion (Misc queries) 0 December 8th 06 04:17 AM
How do I select price from sheet.b where sheet.a part no = sheet.b Sonny Excel Worksheet Functions 4 April 4th 06 05:08 PM
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. RonMc5 Excel Discussion (Misc queries) 9 February 3rd 05 12:51 AM


All times are GMT +1. The time now is 04:36 AM.

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"