Pivot Table Data

gavindavey

New Member
Joined
Feb 19, 2016
Messages
9
Hi all

I have created a pivot table that pulls data from a larger table. When you click on a field to pull back the data on a new worksheet it pulls all the data back from the original table.

Is it possible when you click on the pivot table to only bring back specific fields?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I don't think so:
Pivot tables are a "snapshot" of the data loaded in the cache when the data was refreshed. When you "pull back data" you're only getting the snapshot of those rows contributing to the number you double clicked.

There might be a way to use VBA to remove all the columns you don't want in your new worksheets but I don't think the pivot table itself could do that for you.

If you already know the rows you only want to show to the user I'd suggest you rearrange your data before creating the pivot table. This way those columns will be in the same order when the data gets "pulled back". This way the end users would still get to see all the columns from the original data set but the columns you're thinking they'd be mostly interested in would be easy to find.
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,955
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top