View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Adaptable pivot table ranges

That will work so long as you are not trying to group the data by date as
blanks will prevent the grouping...
--
HTH...

Jim Thomlinson


"barnabel" wrote:

Define the pivot table using the entire column instead of specific rows and
then turn off the value "(blank)"

Peter Richardson

"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.