I would like to use Pivot to create a summary sheet for all of my locations. Prior to using Pivot, I built summary sheets in the following summary format
Enterprise
<indent>Division
<indent><indent>Location
This allowed me to use =SUM(CHILDREN()) to roll up division and enterprise totals from all locations.
I would like to rebuild this structure over a Pivot sheet, where the pivot provides the Location values, and I add the Enterprise and Division rows. However, when I do this, every time the pivot re-runs, it removes the heirarchy and re-orders my locations alphabetically instead of in the order I have arranged them.
I don't believe I can use a second sheet to summarize because the Pivot keeps moving the rows, so I'd be afraid that any cell links would be unreliable.
The locations are fairly stable, but I would say we do add 2-3 locations/year, so I do need this to be somewhat dynamic.
Any suggestions are appreciated.