In my pivot table. I have my data setout like this..
M1 M2 M3
Country Item
Australia Item 1 5 3 3
Item 2 3 6 7
Item 3 4 6 6
Australia Total 12 15 16
Belgium
Item 1 4 5 7
Item 2 5 8 3
Item 3 3 7 3
Belguim Total 12 20 13
What im trying to do is get the total of Item 1 in M1 (which is 9) using the GETPIVOTDATA function.
Ive already been able to get the Country Totals for M1 using "Australia Total" "M1"
.