I run across this problem many times and know there must be an "easy button" to do this.
I have a spreadsheet where I’m creating a pivot table to sum data, then wish to return more than one field when doing a look up.
An example would be Pivot 1
A B C D
1 w 10 11 12
2 w 20 21 22
3 w 30 31 32
4 x 40 41 42
5 y 50 51 52
6 x 60 61 62
On Spreadsheet 1, I would like to return all values that match, bringing along all rows and columns.
If looking up “x”, would like to return as below
A B C D
1 x 40 41 42
2 x 60 61 62
3
4
thanks,
Don