Please excuse me if this is a very simple question, however I can't
seem to figure it out:
I have a pivot table whose data looks like the following
RELEASE # JURISDICTION REVENUE
00000 Germany 5,000
Britain 1,000
France 2,000
00001 Germany 5,100
I would like the pivot table to display like this:
RELEASE # JURISDICTION REVENUE
00000 Germany 5,000
00000 Britain 1,000
00000 France 2,000
00001 Germany 5,100
Is this possible? Thank you very much for your help in advance.
-Warren
Martin Fishlock - 11 Jan 2007 00:10 GMT
AFAIK it isn't possible
but you could add an extra column with Release # & " " & Country and that
would show both in the table.

Signature
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.
> Please excuse me if this is a very simple question, however I can't
> seem to figure it out:
[quoted text clipped - 18 lines]
>
> -Warren
wwachsberger@gmail.com - 11 Jan 2007 00:30 GMT
Thanks very much for your help. I'll try this out and see how it works.
> AFAIK it isn't possible
>
[quoted text clipped - 27 lines]
> >
> > -Warren
Roger Govier - 11 Jan 2007 07:50 GMT
Hi
Debra Dalgleish has some suggestions on ways to deal with this on her
site at
http://www.contextures.com/xlfaqPivot.html#Repeat

Signature
Regards
Roger Govier
> Please excuse me if this is a very simple question, however I can't
> seem to figure it out:
[quoted text clipped - 18 lines]
>
> -Warren