#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 244
Default Pivot table

Hi! I have a pivot table. In the actual table the data is shown as number of
occurences. Also the automatically created colmn and row "Total" shows the
total sum of the number of occureneces. However I wnat to show number of
occurences in the table and then the mean value at the end instead of total.
but when i try to change this the data in the table also changes. is there
any way to do this? thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Pivot table

Hi Arne

You can drag the field to the data area a number of times.
If the field is numeric, then you could drag it onto he data area 3
times.
On the Layout tab,
double click the first occurrence and select Count.
double click the second occurrence and select Sum
double click the third occurrence and select Average

On the PT, drag the Data button across and drop it in Total, and you
will have the 3 values side by side



--
Regards

Roger Govier


"Arne Hegefors" wrote in
message ...
Hi! I have a pivot table. In the actual table the data is shown as
number of
occurences. Also the automatically created colmn and row "Total" shows
the
total sum of the number of occureneces. However I wnat to show number
of
occurences in the table and then the mean value at the end instead of
total.
but when i try to change this the data in the table also changes. is
there
any way to do this? thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default Pivot table

You can't change the summary function for just the grand totals. You
could add another copy of the value field, as Roger suggested, and set
it to show the Average.

Or, you could add a new column in your source data, e.g. Group
Then, enter the same value for all records, such as a 1 or a space
character.
Add that field as the first field in the Row area
Set it to Subtotal by Average
Remove the Grand Totals for columns.

Arne Hegefors wrote:
Hi! I have a pivot table. In the actual table the data is shown as number of
occurences. Also the automatically created colmn and row "Total" shows the
total sum of the number of occureneces. However I wnat to show number of
occurences in the table and then the mean value at the end instead of total.
but when i try to change this the data in the table also changes. is there
any way to do this? thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Pivot table

That's a neat idea Debra!!!
Never ever thought of using space as a character for grouping.
And just as I was foolish enough to think I was becoming reasonably
proficient with PT's<bg

--
Regards

Roger Govier


"Debra Dalgleish" wrote in message
...
You can't change the summary function for just the grand totals. You
could add another copy of the value field, as Roger suggested, and set
it to show the Average.

Or, you could add a new column in your source data, e.g. Group
Then, enter the same value for all records, such as a 1 or a space
character.
Add that field as the first field in the Row area
Set it to Subtotal by Average
Remove the Grand Totals for columns.

Arne Hegefors wrote:
Hi! I have a pivot table. In the actual table the data is shown as
number of occurences. Also the automatically created colmn and row
"Total" shows the total sum of the number of occureneces. However I
wnat to show number of occurences in the table and then the mean
value at the end instead of total. but when i try to change this the
data in the table also changes. is there any way to do this? thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Pivot table

I have Excel Table format as below:

Name Width HRS TPI Production

A 11 1 12 100
B 15 2 13 200
C 12 4 14 300
D 11 5 18 400
E 12 3 20 900

Now I want this table to look as:


12 13 14 18
20

11 A 100 1 D 400 5

12 C 300 4
E 900 3

15 B 200 2


IT means that lest side is "WIDTH" and Upper side "TPI"
While in data field the name,Production and HRS will be shown.
Using normal Pivot Table functions its not possible.
Please help me.
Waitting for reply.




"Roger Govier" wrote:

That's a neat idea Debra!!!
Never ever thought of using space as a character for grouping.
And just as I was foolish enough to think I was becoming reasonably
proficient with PT's<bg

--
Regards

Roger Govier


"Debra Dalgleish" wrote in message
...
You can't change the summary function for just the grand totals. You
could add another copy of the value field, as Roger suggested, and set
it to show the Average.

Or, you could add a new column in your source data, e.g. Group
Then, enter the same value for all records, such as a 1 or a space
character.
Add that field as the first field in the Row area
Set it to Subtotal by Average
Remove the Grand Totals for columns.

Arne Hegefors wrote:
Hi! I have a pivot table. In the actual table the data is shown as
number of occurences. Also the automatically created colmn and row
"Total" shows the total sum of the number of occureneces. However I
wnat to show number of occurences in the table and then the mean
value at the end instead of total. but when i try to change this the
data in the table also changes. is there any way to do this? thanks!



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Pivot table

Hi Arne,

I'm not sure what you mean by "actual table" - is that the pivot table or
the data table? Show a sample of what your pivot table looks like, like this?

Count of Occ.
A 4
B 5
C 6
Total 15

--
Thanks,
Shane Devenshire


"Arne Hegefors" wrote:

Hi! I have a pivot table. In the actual table the data is shown as number of
occurences. Also the automatically created colmn and row "Total" shows the
total sum of the number of occureneces. However I wnat to show number of
occurences in the table and then the mean value at the end instead of total.
but when i try to change this the data in the table also changes. is there
any way to do this? thanks!

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
How do I sort pivot table data outside a pivot table Michael Excel Worksheet Functions 1 January 4th 07 02:45 PM
Display the source for a pivot table page field Gary Brown Excel Worksheet Functions 4 November 8th 06 03:02 PM
Top 5 plus Other in Pivot table almpk Excel Worksheet Functions 1 July 19th 06 10:29 PM
Derived Columns in Pivot Table sa02000 Excel Discussion (Misc queries) 1 February 8th 06 07:18 PM
Pivot -- want to use Max and Sum in same table Dave Excel Worksheet Functions 1 July 13th 05 04:37 AM


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