View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Johnnie Johnnie is offline
external usenet poster
 
Posts: 7
Default #VALUE! in PivotTable using Calculated Field

I'm working with a calculated field in a PivotTable. The formula I am using
in the calculated field is below. The value in one row for UL is 0.2471 and
the value for LL is 0. I am getting #VALUE! for the result in the
PivotTable. I am actually getting the Reject value if I perform the same
function outside of the PivotTable. Can anyone help me understand why I'm
getting this error in the PivtoTable, but not getting it outside the table?

=IF(OR(UL<0.5,0.5<LL),"Reject","")