Chanzaiming
New Member
Hi,
Is it possible to use GetPivotData formula to summarize data by mulitple items in multiple fields?
I understand I can always use SUMIFS, but it's WAY slower than the pivot table when it comes to thousands of cells updating at the same time.
I also know that I can do it for multiple items in 1 field, such as:
=SUM(GETPIVOTDATA("Amount",'GL Data Pivot'!$B$3,"Department",101,"Month",{1,2,3,4,5,6,7}))
However, I am trying to do the following, but all I get is error:
=SUM(GETPIVOTDATA("Amount",'GL Data Pivot'!$B$3,"Department",{101,102,103},"Month",{1,2,3,4,5,6,7}))
What did I do wrong?
Thanks,
Yuming
Is it possible to use GetPivotData formula to summarize data by mulitple items in multiple fields?
I understand I can always use SUMIFS, but it's WAY slower than the pivot table when it comes to thousands of cells updating at the same time.
I also know that I can do it for multiple items in 1 field, such as:
=SUM(GETPIVOTDATA("Amount",'GL Data Pivot'!$B$3,"Department",101,"Month",{1,2,3,4,5,6,7}))
However, I am trying to do the following, but all I get is error:
=SUM(GETPIVOTDATA("Amount",'GL Data Pivot'!$B$3,"Department",{101,102,103},"Month",{1,2,3,4,5,6,7}))
What did I do wrong?
Thanks,
Yuming