View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
paperclip paperclip is offline
external usenet poster
 
Posts: 2
Default How can I use nested IF using OR in a pivot table?

I would like the calculated formula in a pivot table to use one percent for a
field name if true or a different percent if false. Below is what I have
come up with but it returns always 100%.

=IF(OR(Offset_AccountName="52 - BALD CUT",Offset_AccountName="72 - WIRE &
NUT",Offset_AccountName="17 - APPLE CORE"),'Weight (oz)'*25%,'Weight
(oz)'*100%)