View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Debra Dalgleish
 
Posts: n/a
Default How to eliminate #REF

You could use an IF formula to test the result, e.g.:

=IF(ISERROR(GETPIVOTDATA("Units",$A$6,"Region","On tario")),0,
GETPIVOTDATA("Units",$A$6,"Region","Ontario"))

pat59 wrote:
As I read on another thread, I tried to use the conditional formatting
in order to eliminate #REF error (due to lack of a certain item in
pivot, that I'm going to reference with GETPIVOTDATA) but I still have
the #REF as the result of sum several items if one of it is #REF.
Is there any solution to solve this issue?


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html