View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H. Mike H. is offline
external usenet poster
 
Posts: 471
Default Adaptable pivot tables

What if you just made your dataset range in the pivot table way greater than
the size of the actual data and then adjust the pivot table results to
exclude the blank rows.

For example, if your pivottable is for data on rows 1 - 1000, make the
pivottable range refer to rows 1-50000. Then just suppress the viewing of
the blank rows.

"Allenx" wrote:

What is a general technique for handling the follow situation? I use pivot
tables and pivot charts to analyze a dataset. Each week, the dataset's
record count increases (thus the rows the pivot table uses expands).

I want to avoid manually re-building the pivot table and pivot charts each
week and would like the pivot table's range to expand automatically to
include all records.


It appears using named ranges in the pivot table definition is not
allowed. Also, I want to avoid using macros if possible.