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...
9 Replies
What do you mean by "close the pivot table"?
- omdl2020Copper Contributor
HansVogelaar The dropdown menu in the pivot table. In the example from Xia
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.