View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default Linking Data from Pivot Table

Hi

Because the position of the row of data you require from each PT may vary,
each time a PT is refreshed, you need to use the GetPivotData function, to
return the value for each PT.

For more help on this take a look at Debra Dalgleish's site
http://www.contextures.com/xlPivot06.html

--
Regards
Roger Govier

"Lone" wrote in message
...
I have 10 pivot tables with monthly data and I need to create a separate
sheet with the work book to display a summary.

In the summary sheet I have to show a row of the monthly data from each of
the 10 different tables. I tried doing this by "paste link" however each
time the pivot tables are refreshed the new data will not be updated to my
summary sheet.

What function should I use?