largeselection
Active Member
- Joined
- Aug 4, 2008
- Messages
- 358
Hi,
So I want to use a cell reference in a getpivotdata function but it keeps springing a #ref error.
The formula originally looked like:
=GETPIVOTDATA("2010 Vol $",PT!$A$3,"PERSON",A6,"AREA NAME",B6)
With A6 = to a person's name and B6 = to the area.
What I tried to do is change it to:
=GETPIVOTDATA(E1,PT!$A$3,"PERSON",A6,"AREA NAME",B6)
Where E1 = 2010 Vol $
I thought that would work, but it doesn't. Do I need to do an indirect thing?
THANKS
So I want to use a cell reference in a getpivotdata function but it keeps springing a #ref error.
The formula originally looked like:
=GETPIVOTDATA("2010 Vol $",PT!$A$3,"PERSON",A6,"AREA NAME",B6)
With A6 = to a person's name and B6 = to the area.
What I tried to do is change it to:
=GETPIVOTDATA(E1,PT!$A$3,"PERSON",A6,"AREA NAME",B6)
Where E1 = 2010 Vol $
I thought that would work, but it doesn't. Do I need to do an indirect thing?
THANKS