Get pivot data is really the only good option. What is your aversion to
getpivotdata? Perhaps we can work around it...
well lets say you take a grand total for a value that no longer exists in
the table. then it will be wrongly be based on the grand total for something
else, or you will get the error.
> Get pivot data is really the only good option. What is your aversion to
> getpivotdata? Perhaps we can work around it...
[quoted text clipped - 8 lines]
> > thanks in advance,
> > geebee
Jim Thomlinson - 20 Sep 2007 19:40 GMT
The error is easy to get around with an IsError formula something like this
=if(iserror(GetPivotData(...)), 0, GetPivotData(...))
The grand total showing the incorrect amount will be more difficult (no
matter whether you use getpivotdata or not) beause it will reflect the result
based on the filters and aggregations you have in place.

Signature
HTH...
Jim Thomlinson
> well lets say you take a grand total for a value that no longer exists in
> the table. then it will be wrongly be based on the grand total for something
[quoted text clipped - 12 lines]
> > > thanks in advance,
> > > geebee