How to ungroup fields in 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
 
Check your other post.
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
 
Back
Top