Pivot tables and the "#N/A" error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Pivot tables return "#N/A" when there are such errors in the relevant
underlying data. Is there a way to have the pivot table ignore those errors
and return the known data?
 
Maybe use a helper column and "hide" the error there.

=if(iserror(a2),0,a2)
(and drag down

and use this column in the pivottable.
 

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

Back
Top