PC Review


Reply
Thread Tools Rate Thread

create a summary record

 
 
vcff
Guest
Posts: n/a
 
      10th Dec 2007
Hi All

I need to gather some info regarding our vehicle maintenance.
I have a worksheet which include the following details under seven columns
and details will be keyed in when vehicle sent for servicing.

A1, B1, C1, D1, E1, F1, G1,
Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
Remark

I need to have two reports in another worksheet base on the abve info.
1. the list of workshops with the "total amount" charged under one month.

workshop Jan Feb Mar Apr .......


2. the list of vehicle with the "total amount" charged under the same month.

Lorry No. Jan Feb Mar Apr MAy .......

tnks in advance for the help


 
Reply With Quote
 
 
 
 
vcff
Guest
Posts: n/a
 
      10th Dec 2007
any help pls?

"vcff" wrote:

> Hi All
>
> I need to gather some info regarding our vehicle maintenance.
> I have a worksheet which include the following details under seven columns
> and details will be keyed in when vehicle sent for servicing.
>
> A1, B1, C1, D1, E1, F1, G1,
> Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
> Remark
>
> I need to have two reports in another worksheet base on the abve info.
> 1. the list of workshops with the "total amount" charged under one month.
>
> workshop Jan Feb Mar Apr .......
>
>
> 2. the list of vehicle with the "total amount" charged under the same month.
>
> Lorry No. Jan Feb Mar Apr MAy .......
>
> tnks in advance for the help
>
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      10th Dec 2007
Try a pivot table (PT). It'll get you the results you seek in a matter of
seconds

Select any cell within your source table.
Click Data > Pivot table ...
Click Next>Next.
In step 3, click Layout
Drag n drop Workshop within the Row area.
Drag n drop Invoice date within the Row area, below Workshop.
Drag n drop Amount within the Data area.
Click Ok > Finish

Go to the PT sheet
Right-click on any date in the Invoice date col > Group & show detail > Group
Accept the auto settings to group by "Months" > OK
Then just drag n drop "Invoice date" over "Total"
That's it. The pivot will return the desired results for (1)

And to get results for (2), just make a copy of the pivot sheet for (1),
then replace "Workshop" with "Lorry No."

In the copy of the pivot table sheet,
right-click on any cell in the PT > choose "Pivottable wizard"
Click Layout. Drag n drop "Workshop" out of the Row area (remove it). Then
just drag n drop "Lorry No." within the Row area (to replace Workshop). Click
OK > Finish. This would return the results you seek for (2).
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"vcff" wrote:
> any help pls?
>
> "vcff" wrote:
>
> > Hi All
> >
> > I need to gather some info regarding our vehicle maintenance.
> > I have a worksheet which include the following details under seven columns
> > and details will be keyed in when vehicle sent for servicing.
> >
> > A1, B1, C1, D1, E1, F1, G1,
> > Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
> > Remark
> >
> > I need to have two reports in another worksheet base on the abve info.
> > 1. the list of workshops with the "total amount" charged under one month.
> >
> > workshop Jan Feb Mar Apr .......
> >
> >
> > 2. the list of vehicle with the "total amount" charged under the same month.
> >
> > Lorry No. Jan Feb Mar Apr MAy .......
> >
> > tnks in advance for the help
> >
> >

 
Reply With Quote
 
vcff
Guest
Posts: n/a
 
      11th Dec 2007
Hi Max

Tnks for the help. It solved my problem.
As this is my first time using pivot table, I found that it is indeed a very
good program. However, may need more time to get used to it (slow learner).

Have A Nice Day

"Max" wrote:

> Try a pivot table (PT). It'll get you the results you seek in a matter of
> seconds
>
> Select any cell within your source table.
> Click Data > Pivot table ...
> Click Next>Next.
> In step 3, click Layout
> Drag n drop Workshop within the Row area.
> Drag n drop Invoice date within the Row area, below Workshop.
> Drag n drop Amount within the Data area.
> Click Ok > Finish
>
> Go to the PT sheet
> Right-click on any date in the Invoice date col > Group & show detail > Group
> Accept the auto settings to group by "Months" > OK
> Then just drag n drop "Invoice date" over "Total"
> That's it. The pivot will return the desired results for (1)
>
> And to get results for (2), just make a copy of the pivot sheet for (1),
> then replace "Workshop" with "Lorry No."
>
> In the copy of the pivot table sheet,
> right-click on any cell in the PT > choose "Pivottable wizard"
> Click Layout. Drag n drop "Workshop" out of the Row area (remove it). Then
> just drag n drop "Lorry No." within the Row area (to replace Workshop). Click
> OK > Finish. This would return the results you seek for (2).
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> xdemechanik
> ---
> "vcff" wrote:
> > any help pls?
> >
> > "vcff" wrote:
> >
> > > Hi All
> > >
> > > I need to gather some info regarding our vehicle maintenance.
> > > I have a worksheet which include the following details under seven columns
> > > and details will be keyed in when vehicle sent for servicing.
> > >
> > > A1, B1, C1, D1, E1, F1, G1,
> > > Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
> > > Remark
> > >
> > > I need to have two reports in another worksheet base on the abve info.
> > > 1. the list of workshops with the "total amount" charged under one month.
> > >
> > > workshop Jan Feb Mar Apr .......
> > >
> > >
> > > 2. the list of vehicle with the "total amount" charged under the same month.
> > >
> > > Lorry No. Jan Feb Mar Apr MAy .......
> > >
> > > tnks in advance for the help
> > >
> > >

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      11th Dec 2007
Welcome. Thanks for feeding back.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"vcff" <(E-Mail Removed)> wrote in message
news:851E5448-6E7B-442E-8F2B-(E-Mail Removed)...
> Hi Max
>
> Tnks for the help. It solved my problem.
> As this is my first time using pivot table, I found that it is indeed a
> very
> good program. However, may need more time to get used to it (slow
> learner).
>
> Have A Nice Day



 
Reply With Quote
 
supoch14
Guest
Posts: n/a
 
      29th Aug 2008


"vcff" wrote:

> Hi All
>
> I need to gather some info regarding our vehicle maintenance.
> I have a worksheet which include the following details under seven columns
> and details will be keyed in when vehicle sent for servicing.
>
> A1, B1, C1, D1, E1, F1, G1,
> Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
> Remark
>
> I need to have two reports in another worksheet base on the abve info.
> 1. the list of workshops with the "total amount" charged under one month.
>
> workshop Jan Feb Mar Apr .......
>
>
> 2. the list of vehicle with the "total amount" charged under the same month.
>
> Lorry No. Jan Feb Mar Apr MAy .......
>
> tnks in advance for the help
>
>

 
Reply With Quote
 
supoch14
Guest
Posts: n/a
 
      29th Aug 2008


"Max" wrote:

> Try a pivot table (PT). It'll get you the results you seek in a matter of
> seconds
>
> Select any cell within your source table.
> Click Data > Pivot table ...
> Click Next>Next.
> In step 3, click Layout
> Drag n drop Workshop within the Row area.
> Drag n drop Invoice date within the Row area, below Workshop.
> Drag n drop Amount within the Data area.
> Click Ok > Finish
>
> Go to the PT sheet
> Right-click on any date in the Invoice date col > Group & show detail > Group
> Accept the auto settings to group by "Months" > OK
> Then just drag n drop "Invoice date" over "Total"
> That's it. The pivot will return the desired results for (1)
>
> And to get results for (2), just make a copy of the pivot sheet for (1),
> then replace "Workshop" with "Lorry No."
>
> In the copy of the pivot table sheet,
> right-click on any cell in the PT > choose "Pivottable wizard"
> Click Layout. Drag n drop "Workshop" out of the Row area (remove it). Then
> just drag n drop "Lorry No." within the Row area (to replace Workshop). Click
> OK > Finish. This would return the results you seek for (2).
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> xdemechanik
> ---
> "vcff" wrote:
> > any help pls?
> >
> > "vcff" wrote:
> >
> > > Hi All
> > >
> > > I need to gather some info regarding our vehicle maintenance.
> > > I have a worksheet which include the following details under seven columns
> > > and details will be keyed in when vehicle sent for servicing.
> > >
> > > A1, B1, C1, D1, E1, F1, G1,
> > > Workshop, Date of service, Lorry No., Invoice No., Invoice date, Amount,
> > > Remark
> > >
> > > I need to have two reports in another worksheet base on the abve info.
> > > 1. the list of workshops with the "total amount" charged under one month.
> > >
> > > workshop Jan Feb Mar Apr .......
> > >
> > >
> > > 2. the list of vehicle with the "total amount" charged under the same month.
> > >
> > > Lorry No. Jan Feb Mar Apr MAy .......
> > >
> > > tnks in advance for the help
> > >
> > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding a new record at subform should update an existing record (not create new record) Mark Kubicki Microsoft Access Form Coding 1 16th Jan 2009 08:34 AM
Create query to add a p/hol record to each employee hrs summary =?Utf-8?B?SEggQWRtaW4=?= Microsoft Access Queries 0 15th Mar 2007 04:51 AM
Create summary WB GregR Microsoft Excel Programming 2 8th Jun 2006 03:56 PM
Create Summary WB GregR Microsoft Excel Programming 2 25th Apr 2006 07:39 PM
record calc that depends on summary Arthur Microsoft Access 0 27th Sep 2003 10:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:29 PM.