Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MGC MGC is offline
external usenet poster
 
Posts: 31
Default How to Create a Summary of Workbook

I have a major workbook with several tabs, each tab is a timesheet for a
particular day a job is worked. A purchase order has been given to me for
this job and I am trying to create a spreadsheet on the first tab in the
workbook which will keep track of the amount remaining on the PO for this
particular job. My problem is this: How can I get the hours worked and the
job classification to automatically roll onto the first tab without too much
human intervention? The timesheets will vary from day to day as the number
of people utilized will change daily. Is there a way this can be done?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default How to Create a Summary of Workbook

Hi

Having data spread across multiple tabs makes life more difficult, and
without detailed knowledge of your layout it is impossible to answer.

If you copy all of the daily data to a single sheet, adding an extra column
to hold the date (As all data will now be on one sheet), then you could
create a Pivot Table to summarise the data.
Essentially there are only 2 columns (fields) that are required for the
summary, but you could incorporate any more that you wish for analysis.
On your new sheet of consolidated data, create a Dynamic range for your
source data for the Pivot Table.
InsertNamedefineName Mydata Refers to
=OFFSET($A$1,0,0,COUNTA($A:$A),COUNTA($1:$1))

Place you cursor on the top row of dataDataPivot TableNextSource
=MydataFinish
On the newly created sheet with a Pivot table skeleton,
Drag the field for Order Number to the Row Area
Drag the field for Hours worked to the Data area

On your Summary tab, set up 4 headings Order Number, Hours Booked, Hours
Worked, Hours Remaining
Enter the actual hours booked in column B
In C2 enter
=GETPIVOTDATA("Hours",Sheet4!$A$3,"Job",A2)

(Change the Sheet reference above, if your PT is not on Sheet4)
Copy down the column
In D2
=B2-C2 copied down

For more help on Pivot Tables, take a look at
http://www.contextures.com/tiptech.html
and scroll to the section on Pivot Tables
or
http://www.datapigtechnologies.com/ExcelMain.htm

--

Regards
Roger Govier

"MGC" wrote in message
...
I have a major workbook with several tabs, each tab is a timesheet for a
particular day a job is worked. A purchase order has been given to me for
this job and I am trying to create a spreadsheet on the first tab in the
workbook which will keep track of the amount remaining on the PO for this
particular job. My problem is this: How can I get the hours worked and
the
job classification to automatically roll onto the first tab without too
much
human intervention? The timesheets will vary from day to day as the
number
of people utilized will change daily. Is there a way this can be done?


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
create a summary record vcff Excel Discussion (Misc queries) 6 August 29th 08 03:14 AM
Create Summary List Page CB Excel Discussion (Misc queries) 3 March 29th 07 09:54 PM
not able to create subtotal summary report Ron Desrosiers Excel Worksheet Functions 0 August 22nd 06 12:33 AM
Create a summary list without using PivotTables? Jaye Excel Worksheet Functions 8 October 27th 05 03:30 AM
How to create summary of expense report? KAE1994 Excel Worksheet Functions 2 July 8th 05 05:52 PM


All times are GMT +1. The time now is 11:05 PM.

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"