getpivotdata error

D

dchristo

In Excel 2002 - I am using the following formula;
=GETPIVOTDATA(SUMMARY!I7,"Jane Brown"); however, if her name is not showing
up in the pivot table that day I am getting a #REF! error. How can I
change/formulate that to be 0 or blank?
 
D

dchristo

I figured it out - i just need to needed to show items with no data in the
pivot table.
 
D

Debra Dalgleish

Another option is to use ISERROR in the formula, e.g.:

=IF(ISERROR(GETPIVOTDATA(SUMMARY!I7,"Jane Brown")),"",
GETPIVOTDATA(SUMMARY!I7,"Jane Brown"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top