can I create pivot table from two other pivot tables?

P

pjk@boro

The two tables are created from separate data sources & I don't want to add
these data sources together.
 
J

Jim Thomlinson

The only way to do what you have asked is to combine the two data sources.
There is no way to join two pivot tables.
 
I

Ian

The two tables are created from separate data sources & I don't want to add
these data sources together.

A pivottable source query can add the data from two separate sources
together without physically combining the data sources. Is that what
you want?

Ian
 
K

Kevin B

In addition to Jim's correct reply, you can generate multiple pivot tables
from the same dataset as a previously existing one. This not only gives you
an additional way of analyzing your data it saves you some considerable ram
resources as well.
 
Top