vlookup in pivot table

I

Ink

I use a pivot table for reporting. In the reporting sheet, I use the function
to look up in the pivot table:
=if(iserror(vlookup....;false));0;vlookup(....;false)).
This works. But only if the pivot table shows all products. If I choose only
one or several product I want to see the month figures from, the formula
returns with zero's. Only if I choose "show all", the formula works. Who
recognizes this and what can I do to solve it?
Thanks!
 
G

Gary Brown

Sounds like you need to do your vlookup on the database not the pivot table
because when you filter the pivot table you are getting rid of some of the
data.
If the data's not there, your vlookup is not going to find it.
--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary 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