Forum Discussion
omdl2020
Nov 13, 2020Copper Contributor
get a row label from pivot table
Hi all! I have a pivot table and I would like to get some information. For Example the green sqare. When I close the pivot table the text will change...
omdl2020
Nov 13, 2020Copper Contributor
HansVogelaar The dropdown menu in the pivot table. In the example from Xia
HansVogelaar
Nov 13, 2020MVP
That's how GETPIVOTDATA works. If you don't want that, it's better to use SUMIFS based on the source data. Enter A and B in M3 and M4.
Then enter the formula
=SUMIFS($E$2:$E$9,$A$2:$A$9,N$1,$C$2:$C$9,$M3,$D$2:$D$9,$M$2)
and copy or fill to the other cells. See the attached version.
- omdl2020Nov 13, 2020Copper ContributorThank you for your reply.
But I need Xia and A and B from the pivot and now you typed it so it is not dynamic...- HansVogelaarNov 13, 2020MVP
In that case, I'd create a second pivot table with Werkzaam as filter field. See the new version.
- omdl2020Nov 13, 2020Copper ContributorThank you but i don't need this information in a pivot table.
So the question is how to get a row label from pivot table in a cel that is not a pivot table 😉