View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Formula fields in Pivot Tables?

Hi,

I think it would help us to see some sample data. Calculated Items and
Fields can be very tricky.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Pat Dools" wrote:

Hello,
I am trying to make a formula field that will add up 'Premium $' when my
'Status' field has a certain value and show that sum in the Data Area of a
Pivot Table report.
For example, I have this formula field:

= IF(Pipeline_Status= "In Pipeline",POL_PREMIUM,0)

Where 'Pipeline_Status' is a text field and 'POL_PREMIUM' is a currency
field in my Pivot Table source data. But, when I add the formula field to
the pivot table, I get '$0.00' for the value.
I would like to be able to evaluate the 'Pipeline_Status' field for
different values, and put the sum of the records that contain those values
side-by-side in the Data Area of the pivot table report. What am I doing
incorrectly here?
--
Pat Dools