CPT JPmorgan
New Member
- Joined
- May 28, 2008
- Messages
- 19
Not sure why I'm having such a hard time with this, but I'm sure you guys will make it look easy. I have a formula I am using to get the total of multiple items within a pivottable.
=SUM(GETPIVOTDATA("Data",Pivot!$A$3, "Application", "MyApplication", "Category",E40,"Function",{"Item1", "Item2", "Item3"}))
What I need, is to replace the {Item1,Item2...} with a reference to cell F40. F40 will contain the text "Item1", "Item2", "Item3" (I can include the {} in this cell as well, but that hasnt helped me yet either). The reason I need this to be a reference to 1 cell and have all the items listed in this 1 cell, is because we are constantly changing which items are included in this total. (And there are a lot of totals with constantly changing items)
I have tried INDIRECT, TEXT, and everything which way I can think of. I would really appreciate any help with this! Thanks guys!
=SUM(GETPIVOTDATA("Data",Pivot!$A$3, "Application", "MyApplication", "Category",E40,"Function",{"Item1", "Item2", "Item3"}))
What I need, is to replace the {Item1,Item2...} with a reference to cell F40. F40 will contain the text "Item1", "Item2", "Item3" (I can include the {} in this cell as well, but that hasnt helped me yet either). The reason I need this to be a reference to 1 cell and have all the items listed in this 1 cell, is because we are constantly changing which items are included in this total. (And there are a lot of totals with constantly changing items)
I have tried INDIRECT, TEXT, and everything which way I can think of. I would really appreciate any help with this! Thanks guys!