View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Pivot tables & Dynamic Ranges?

Yes, it's possible. Make sure that when creating the range you use absolute
references like
=OFFSET($A$1,0,0,COUNTA($A:$A),COUNTA($1:$1))
or something similar.,
give it a name (MyRange) and click add.

Then, in PivotTable wizard, when you get to screen asking for range of
cells, type the name of your range (no equal sign)

MyRange

Note that you still need to update the pivot table for changes to take effect.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Me!" wrote:

Hi,

Does anyone know if pivot tables can be based on dynamic ranges (defined
with OFFEST/COUNTA)? as I've tried but can't seem to get it to work.

Many thanks,

Jason