tinydancer
New Member
- Joined
- Jun 15, 2016
- Messages
- 44
I am trying to find a method for pulling a value from a pivot table using a reference cell. My first thought was to use GETPIVOTDATA, but when I use an "=" and then click on the cell I want it comes back:
=GETPIVOTDATA("Actual FTE's",$A$17,"SSC|DEPT Concat","8591945","SSCCOID",8591,"Month",5).
That number "8591945" is what I need to replace with a reference cell of lets say B2. But when I plug it in there, I get a #REF!. I can use a reference cell for the 8591 part, but it won't let me for 8591945.
I've tried a Vlookup and Index Match as well, but with those I have to convert my reference cell to text and that messes up the rest of a very large workbook. Please advise on possible solutions, hope this is a quick fix and I'm just missing something.
Thank you
=GETPIVOTDATA("Actual FTE's",$A$17,"SSC|DEPT Concat","8591945","SSCCOID",8591,"Month",5).
That number "8591945" is what I need to replace with a reference cell of lets say B2. But when I plug it in there, I get a #REF!. I can use a reference cell for the 8591 part, but it won't let me for 8591945.
I've tried a Vlookup and Index Match as well, but with those I have to convert my reference cell to text and that messes up the rest of a very large workbook. Please advise on possible solutions, hope this is a quick fix and I'm just missing something.
Thank you