Ungrouping the fields inside pivot table(Excel 2007)

  • Thread starter Thread starter arun
  • Start date Start date
A

arun

Hi All,

I have a pivot table having 3 columns.

1:Date
2:Employee
3:Company

I am writing function, but problem is that it is grouping the fields like

3/1/2008 x company
y company
z company
4/1/2008 x company
y company


I want this type of structure not like privious one:

3/1/2008 x company
3/1/2008 y company
3/1/2008 z company
4/1/2008 x company
4/1/2008 y company
 
Pivottables won't let you do this.

You could copy the data and paste as values (a new location or over the
original???) and then use the techniques at Debra Dalgleish's site to fill those
empty cells with the value from above.

http://contextures.com/xlDataEntry02.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

Back
Top