Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Pivot Table % Growth Calculation

I have a pivot table where the source looks like this:

|Company|Quarter|Year|Sales
IBM | 4 | 2005 | 5555
IBM | 4 | 2006 | 6219
APL | 4 | 2005 | 1234
APL | 4 | 2006 | 1800

I'm trying to build a pivot table that will return the quarterly
percent growth for each company, where % growth is defined as the
latest quarters sales over the like quarter a year ago growth. For
example, the pivot table might look like:

Quarter: 4
Company | % Growth
IBM | 12%
APL | 22%

I've been struggling with it.Most of the time, if I change the field
settings to % Difference from I get a bunch of #NA's.

Any suggestions?

Thanks,

Steve

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Pivot Table % Growth Calculation

One thought: Calculate the quarter-over-quarter growth in your source data.
Then run the pivot table off those calculations?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


" wrote:

I have a pivot table where the source looks like this:

|Company|Quarter|Year|Sales
IBM | 4 | 2005 | 5555
IBM | 4 | 2006 | 6219
APL | 4 | 2005 | 1234
APL | 4 | 2006 | 1800

I'm trying to build a pivot table that will return the quarterly
percent growth for each company, where % growth is defined as the
latest quarters sales over the like quarter a year ago growth. For
example, the pivot table might look like:

Quarter: 4
Company | % Growth
IBM | 12%
APL | 22%

I've been struggling with it.Most of the time, if I change the field
settings to % Difference from I get a bunch of #NA's.

Any suggestions?

Thanks,

Steve


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Pivot Table % Growth Calculation

If the first 3 columns of your PT
look like this:

Quarter 4
Sum of Sales Year
Company 2005 2006 Growth
APL 1234 1800 45.9%
IBM 5555 6219 12.0%

Add the Growth column this way:
Select the 2006 cell, then from the PT tool bar
Formulas Calculated Item Name: Growth
Formula: =('2006'-'2005' )/'2005'
Format the result as Percentage.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Pivot Table % Growth Calculation

Thanks for both responses. It seems like I will have to add a growth
column. I was trying to do it without going down that route, but it
seems like the easiest (only?) way.

Steve

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
Compounded Growth calculation Excel Andre Excel Discussion (Misc queries) 5 October 19th 06 02:02 PM
Pivot Table % calculation jerry Excel Discussion (Misc queries) 2 October 7th 05 06:25 PM
How to Add a Calculation to a Pivot Table ? Cheryl B. Excel Worksheet Functions 3 July 15th 05 12:01 AM
pivot table % calculation boris Excel Worksheet Functions 0 March 3rd 05 06:40 PM
Pivot Table % calculation CSAH Excel Worksheet Functions 1 January 14th 05 04:33 AM


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