View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
isabelle isabelle is offline
external usenet poster
 
Posts: 587
Default Expand and collapse

oops sorry i misreading,
why not use a filter?

isabelle

Le 2014-05-29 10:47, isabelle a écrit :
hi,

you can define a named range dynamic "MyQuery" as follows :
=OFFSET(Sheet1!$A$1,,,COUNTA(Sheet1!$A:$A),COUNTA( Sheet1!$1:$1))

isabelle

Le 2014-05-29 00:50, Fawn Lagimodiere a écrit :
I have a file that uses data from external sources. I currently have it
running on pivot table.
The rows will always change from month to month so using grouping would take a

long time since there are over 2000 rows.

With pivot table reports there is a function to expand and collapse fields.
Is there a way to use a similar function without a pivot table?

Thanks

Fawn