Pivot Table Variance

  • Thread starter Thread starter Nate
  • Start date Start date
N

Nate

I have a pivot table that shows gross revenue by month. The months are the
column headers. Is it possible to create a field within the pivot table that
shows the variance between January and February's gross revenue? I don't
have access to the source data. Thanks,

Nate
XL2003
 
Click on the Pivot table.

PivotTable Tools => Options => Formulas => Calculated Field...

Name: Comparison
Formula: = February - January

Click Yes if this is helpful.
 
Hi

No need for calculated fields.
Drag Revenue to the data area a second time.
Double click the field>Options>Show data as>% Difference from>Base
field>Months>Base Item>Previous
 
Back
Top