Index & Match on Pivot Table

  • Thread starter Thread starter Nelson
  • Start date Start date
N

Nelson

Hi,

I'm using Office 97 - and was wondering if there is a way to do an Index
(Match), (Match) type function on a Pivot Table?

I've tried it - but I get a #value error. Does anyone know a way around
this?

Nelson
 
Nelson said:
Hi,

I'm using Office 97 - and was wondering if there is a way to do an Index
(Match), (Match) type function on a Pivot Table?

I've tried it - but I get a #value error. Does anyone know a way around
this?

Nelson
 
You can use the GETPIVOTDATA function to extract data from the pivot
table. For example:

=GETPIVOTDATA($A$5,"Ontario")

Look in Excel's Help for examples.
 

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