Vlookup within GetPivotData formula

  • Thread starter Thread starter Guest
  • Start date Start date
Probably not, because VLOOKUP (and other lookup formulas) require that data
be formatted in a table, not pivot table, format.

Perhaps one thing you could do would be to create a table using the
GETPIVOTDATA function, and then run the VLOOKUP off that table.

Others may have a better solution.

Dave
 
You could use the two formulas together, for example using GetPivotData
to pull a value from the pivot table, and looking up that value in a list.

If you give an example of what you're trying to do, someone may be able
to offer specific help.
 

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