How to organize exported data that is in a pivot summary format?

expeo

New Member
Joined
Dec 1, 2017
Messages
17
I am exporting data that is coming in as a pivot summary format (not an actual pivot though).

[TABLE="width: 500"]
<tbody>[TR]
[TD]Group[/TD]
[TD]Volume Held[/TD]
[TD]Volume Sold[/TD]
[/TR]
[TR]
[TD]Week 1 (Sum)[/TD]
[TD]5 (Sum)[/TD]
[TD]6 (Sum)[/TD]
[/TR]
[TR]
[TD]Person A[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Person B[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

How can I turn this (above) back to its un-formatted data (below) so that I can create my own pivot tables?

[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Group[/TD]
[TD]Volume Held[/TD]
[TD]Volume Sold[/TD]
[/TR]
[TR]
[TD]Week 1[/TD]
[TD]Person A[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Week 1[/TD]
[TD]Person B[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]


Is there an Excel function of some sort of VBA code I can use to do this?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,224,823
Messages
6,181,176
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top