Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Pivot Tables: Subtotal only certain columns?

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Pivot Tables: Subtotal only certain columns?

Visit www.ExcelGoodies.Com

---
frmsrcurl: http://msgroups.net/microsoft.public...ertain-columns
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Pivot Tables: Subtotal only certain columns?

Can you post an example of what you are getting and what you want...
--
HTH...

Jim Thomlinson


"Robbro" wrote:

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Pivot Tables: Subtotal only certain columns?

Basically its a report of products by plant and packing code with a number
of columns detailing sales, costs and such. Some #'s are in absolutes (lbs
sold, $'s sales etc...) and some are in per lb (price per lb, mat's per lb
etc...). The absolutes need sub totals, the per lb #'s are just nonsense when
totalled, averaged or any other operation I can use from within a pivot
table. They need to be there for information, but no summary information
needs to be in place for those columns, only for the absolute # columns. For
example

lbs sold $ sales $/lb cost/lb gross margin/lb total
gross margin
subtotal subtotal no sub no sub no sub subtotal


Theres a lot more info on the report than what I put above, but that should
give you the idea of what I need it to do.
"Jim Thomlinson" wrote:

Can you post an example of what you are getting and what you want...
--
HTH...

Jim Thomlinson


"Robbro" wrote:

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Pivot Tables: Subtotal only certain columns?

Pivot tables aggregate. That is what they do. While there are some options on
subtotaling there is nothing in what you have that will allow you to suppress
the subtotals... That being said what you can do is use conditional formats
on those columns. Essentially if the right 5 characters of the text in column
A are "total" then change the font colour to match the background. I have
used that successfully in the past. The only issue is if you add or delete
columns from the pivot the CFs do not move with them so get your columns
worked out before adding the CF's...

In column C add this CF
Formula
=right(A1, 5) = "Total"
--
HTH...

Jim Thomlinson


"Robbro" wrote:

Basically its a report of products by plant and packing code with a number
of columns detailing sales, costs and such. Some #'s are in absolutes (lbs
sold, $'s sales etc...) and some are in per lb (price per lb, mat's per lb
etc...). The absolutes need sub totals, the per lb #'s are just nonsense when
totalled, averaged or any other operation I can use from within a pivot
table. They need to be there for information, but no summary information
needs to be in place for those columns, only for the absolute # columns. For
example

lbs sold $ sales $/lb cost/lb gross margin/lb total
gross margin
subtotal subtotal no sub no sub no sub subtotal


Theres a lot more info on the report than what I put above, but that should
give you the idea of what I need it to do.
"Jim Thomlinson" wrote:

Can you post an example of what you are getting and what you want...
--
HTH...

Jim Thomlinson


"Robbro" wrote:

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Pivot Tables: Subtotal only certain columns?

For any column you don't want subtotaled, right-click the field header and
then select "Field Settings" from the drop-down. Then, on the "Subtotals &
Filters" tab, change the 'Subtotals' from "Automatic" to "None." Do this for
any and all fields you don't want to be subtotaled, and you should achieve
your goal.

Jeff


"Robbro" wrote:

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Pivot Tables: Subtotal only certain columns?

Guess I should have mentioned I'm on Office 07 if that matters. When I right
click on a field header the closest option I have is "Value Field Settings".
The only 2 tabs under that option are "Summarize By" and "Show Values As".
Any other place that I disable Subtotals from disables them for the entire
table, not just that one column.

"jb_tenor1" wrote:

For any column you don't want subtotaled, right-click the field header and
then select "Field Settings" from the drop-down. Then, on the "Subtotals &
Filters" tab, change the 'Subtotals' from "Automatic" to "None." Do this for
any and all fields you don't want to be subtotaled, and you should achieve
your goal.

Jeff


"Robbro" wrote:

I'm new to pivot tables and really like them, using one could help me greatly
simlplify some reporting I do, however I cannot figure out how to show
subtotals only on certain columns, it appears to be all or nothing. Showing
them results in some non-sense garbage on my reports that I cannot have. I
think this is my last hurdle to actually using pivot tables and hope there is
a way to remedy this.

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
Pivot tables - new columns SB Lee[_2_] Excel Worksheet Functions 5 June 5th 09 03:12 AM
Extra columns in Pivot Tables Lee Charts and Charting in Excel 1 August 1st 08 06:02 PM
pivot tables - add columns Renata Excel Worksheet Functions 1 May 20th 08 02:17 AM
Pivot Tables - # of Columns David Excel Discussion (Misc queries) 1 March 17th 06 03:38 AM
Pivot tables % of subtotal Excel GuRu Excel Discussion (Misc queries) 1 May 3rd 05 01:34 AM


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

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"