Expand and collapse

  • Thread starter Thread starter Fawn Lagimodiere
  • Start date Start date
F

Fawn Lagimodiere

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
 
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.
 
oops sorry i misreading,
why not use a filter?

isabelle

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