IF Statment in a Pivot Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a calculated field in a Pivot table that is based on
another field. So, I have something like this:

If (field1 = "Y",0,field3/field4)

However, this is not working with field1 = Y. Any ideas?
 
The calculated field will use the sum of the referenced fields, so the
sum of a text field will be zero. Perhaps you can do the calculation in
the source data, and add that field to the pivot table.
 
Back
Top