View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
IF Statement[_2_] IF Statement[_2_] is offline
external usenet poster
 
Posts: 5
Default Create Variances using Pivot Table

Hi,

I am trying to find the variance % between the data using different months.
I was unable to figure out how I can show the variance by % using the Pivot
Table.

For example:

Current Data
Desc 01/01/2007 02/28/2007 03/31/2007
Ticket Sales $100.00 $120.00 $97.00

Looking for results:
Desc 01/01/2007 02/28/2007 Change in % 03/31/2007
Change in %
Ticket Sales $100.00 $120..00 +20% $97.00
-19%

Any suggustion?