L
linsalad
Hey all,
I'm using GETPIVOTDATA in Excel 2000 to pull data from a pivot table.
It was going well, until I hit the following snag.
Picture this pivot table data, with the table being in the range of
A8:B25.
Code:
--------------------
page tab: United States
2002 2003
Name March April March April
Joe 6 9 123 1234
Mike 7 12 234 2344
--------------------
So doing a GETPIVOTDATA(A8:B25,United States Joe March) will give me a
6. This works fine.
However, when "Joe" changes to "Joe Blow" (notice the space), the
equation changes to this:
GETPIVOTDATA(A825,United States Joe Blow March)
...and I get 0.
Does that make ANY sense to anyone here? Why the heck can it understand
United (space) States, but not Joe (space) Blow? Is there a way to
force it to treat Joe Blow as one item...i.e. an extra ', ", or /" or
something?
Thanks!!
Dave
I'm using GETPIVOTDATA in Excel 2000 to pull data from a pivot table.
It was going well, until I hit the following snag.
Picture this pivot table data, with the table being in the range of
A8:B25.
Code:
--------------------
page tab: United States
2002 2003
Name March April March April
Joe 6 9 123 1234
Mike 7 12 234 2344
--------------------
So doing a GETPIVOTDATA(A8:B25,United States Joe March) will give me a
6. This works fine.
However, when "Joe" changes to "Joe Blow" (notice the space), the
equation changes to this:
GETPIVOTDATA(A825,United States Joe Blow March)
...and I get 0.
Does that make ANY sense to anyone here? Why the heck can it understand
United (space) States, but not Joe (space) Blow? Is there a way to
force it to treat Joe Blow as one item...i.e. an extra ', ", or /" or
something?
Thanks!!
Dave