I need to create a pivot table in excel to show which xml pages contain which variables.
The pages look something like:
|Datagroup|Variable|Value|XmlPageName| |ABC | VarX| 22| pageA1| |ABC | VarY| 33| pageA1| |ABC | VarY| 44| pageA2| |ABC | VarX| 80| pageA3| |ABC | VarY| 12| pageA3| |ABC | VarY| 80| pageA4|
First, I want to filter the data on Varx = 22 .
Furthermore, I want apply another filter on Vary =33 to show me all XmlPageName entries that contain simultaneously (VarX= 22 and VarY=33).
In this case, it will be pageA1.
I am not able to perform this, as I can't apply 2 filters simultaneously.
I couldn't do this with regular filtering and nor with pivot tables.
I want to mention that the excel file is huge, so "eyeball" filtering takes too much time.
Any ideas on how to achieve this?
Many thanks,
Dola