Hi
Is there a way to sum multiple items from a powerpivot when it is referencing to 2 cells?
A1 = Pivot data field
B1 = Pivot data
C1 = Field 1
D1 = Item 1
E1 = Field 2
F1 = Item 2
G1 = Item 1a
H1 = Item 1b
Formula = getpivotdata(A1&"",M1,C1,D1,E1,F1) - If referencing to only Item 1, it...