Pivot tables

  • Thread starter Thread starter oa6n
  • Start date Start date
O

oa6n

Is it possible to insert a calculated field that is the absolute valu
of an already existing calculated field. i.e I have a list of value
that are both positive and negative in a pivot table and I would lik
to sort the list by the absolute value each number
 
Create a calculated field that uses the ABS function, and refers to the
existing calculated field. For example: =ABS(Variance)
 
Back
Top