View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Metcalf Jeff Metcalf is offline
external usenet poster
 
Posts: 9
Default Pivot Table Calculated Field - Sum/count

I have a pivot table that returns data from a SQL View.
The pivot table counts the total number of incedents, and sums a SLA met
field.
The SQL table returns a 1 if the SLA was met, or a 0 of it was not.

Why, when I try to get the percentage (sum of SLA / count of incedents)
using a calculated field does every row return a div/0 error?

Thanks in advance