Use formula in custom calculated field in Pivot Table
In Excel Pivot table report there is possibility for user intervention by inserting "Calculated Field" so that user can further manipulate the report. This seems like best approach compared to using formula on Pivot table data, outside the Pivot table, for many obvious reasons. "Calculated Field" dialog, looks like this: and while it's easy to do calculation between available variables (as shown in screenshot) I can't find how to reference range of values for any of available variables. For example, if for some reason I want to center the data in range A1:A100 I'd use = A1 - AVERAGE(A1:A100)