PivotTable - calculated items?

P

Peter Aitken

When I am creating a calcuated item, the dialog box has an Insert Field
button. THis seems wrong - my understanding is that a calculated item is
based on items in a field, not on a field itself. So, you would never insert
a field name in a calculated item formula. Is this button an error or am I
missing something?
 
D

Debra Dalgleish

You can use Insert Field button to add a field name, and use it as a
positional reference. For example, for the Region field:

=Region[2]*.5
 
Top