Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default % of subtotal needed in pivot table

Hello, I am working on one of my first pivot tables and need help getting a
calculation of % a row subtotal in a column instead of % of grand total.

We have over 300 stores using a cumulative total of over 400 vendors and
would like to get a column of the total $ purchsed through each vedor by
store and its percentage of the total purchased by that store. The pivot
report that I have so far has a lyout with each store in the first row
position, all of the vendors used by each store in the second row position.
The column is 1 month and the data so far is sum of purchases. I can get a
data field with percentage of grand total but what I need is percentage of
each store's total.


Any help would be greatly appreciated.
Regards,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default % of subtotal needed in pivot table

Pivot tables do not handle this inheritly (and it is a real weakness).
You have to put that information in your underlying data table. Add a
column that has a sumif formula in it to add up the subtotal values.
Then back in the pivot table you can create a calculated field based on
the original field and the subtotal field. Its the only workaround I
have found to work, but it isn't a good one.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default % of subtotal needed in pivot table


I added another field to the source table with the sumif you suggested. Then
I created another pivot table alongside my original in order to get a
calculated field. I also had to filter and offset the calculations on the
subtotal rows by 1. I'm not sure if that's as easy as what you had in mind,
but it worked.
Thanks for your help

"Brian Taylor" wrote:

Pivot tables do not handle this inheritly (and it is a real weakness).
You have to put that information in your underlying data table. Add a
column that has a sumif formula in it to add up the subtotal values.
Then back in the pivot table you can create a calculated field based on
the original field and the subtotal field. Its the only workaround I
have found to work, but it isn't a good one.


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
% of subtotal in pivot table murkaboris Excel Discussion (Misc queries) 1 March 13th 09 03:14 AM
% of Subtotal In Pivot Table Milodie66 Excel Worksheet Functions 1 August 2nd 08 12:56 AM
% of subtotal in pivot table jk Excel Discussion (Misc queries) 1 August 1st 06 01:00 PM
% of subtotal in pivot Table Tiffany C. Excel Discussion (Misc queries) 3 July 14th 05 11:43 PM
Subtotal vs Pivot table - or best way klafert Excel Discussion (Misc queries) 2 June 16th 05 06:29 PM


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