Hi, I'm trying to figuire out if there's a way to filter PivotTable2's [Vehicle Type] based on PivotTable1's [Salesmen].
PT1 - Salesmen
-This will show sales only for ONE [Salesmen] selected
-This will show sales for the [Vehicle Type] for Salesmen selected
PT2 - All Sales
-This will show sales for ALL [Salesmen]
-This will show sales for ONLY the [Vehicle Type] that were done by [Salesmen] from PT1
-This table is used as benchmark to compare [Salesmen] vs All Sales
Examples
This is what I want to happen:
PT1: Salesmen Joe...Sedan...$100
PT2: ALL Sales......Sedan...$5000
The problem I have are:
-if I have [Salesmen] connected to PT1 and PT2, it will only show sales for [Salesmen]="Joe".
-If I don't connect [Salesmen] to PT2, it will show all [Vehicle Types] and not just "Sedan".
Is there a solution to do? I'm thinking there may be a VBA solution out there.