Pivot table question

A

aleblanc

Hello,

I have the following pivot table :

Continent Country Sales
__________________________
Europe France 100
Spain 200
Italy 300
Asia Japan 100
China 200


I understand that "Europe" and "Asia" do not get repeated on lines 2,3
and 5 because they act as a kind of "header" for the countries.

But the purpose of my table is to do an extraction, that will be later
used for data manipulation. Therefore I need all lines to have all
elements, something like :

Europe France 100
Europe Spain 200
Europe Italy 300
Asia Japan 100
Asia China 200

Is there a parameter in Pivot tables that will let me do this ?
Thanks
Antoine
 
D

Debra Dalgleish

As answered in microsoft.public.excel:

The row headings show once in a Pivot Table, and there's no setting you
can change, to force them to repeat.

To create a table with a heading on each row, you could copy the pivot
table, paste it as values in another location, and fill the blanks,
using the technique shown here:

http://www.contextures.com/xlDataEntry02.html

Perhaps you could use a GetPivotData formula to extract the data, and
you won't require the repeated headings. There's information here:

http://www.contextures.com/xlPivot06.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top