Pivot Table view to Normal Table view

sarsukanth

Board Regular
Joined
Jun 21, 2010
Messages
56
Hi All,

I got a different issue, that is there is a data in the pivot table view (not pivot table, its a normal data), we need to get that data as a normal table. Is there any easy way. For better understand I have given below example tables.
Thank you in advance for your support.


From Below Table

[TABLE="width: 260"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]Col-Z[/TD]
[TD]Col-Y[/TD]
[TD]Col-X[/TD]
[/TR]
[TR]
[TD]Row-A[/TD]
[TD]RR[/TD]
[TD]RR[/TD]
[TD]RR[/TD]
[/TR]
[TR]
[TD]Row-B[/TD]
[TD]QQ[/TD]
[TD]QQ[/TD]
[TD]QQ[/TD]
[/TR]
[TR]
[TD]Row-C[/TD]
[TD]PP[/TD]
[TD]PP[/TD]
[TD]PP[/TD]
[/TR]
</tbody>[/TABLE]


To Below Table

[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]Row-A[/TD]
[TD="class: xl65, width: 64"]Col-Z[/TD]
[TD="class: xl65, width: 64"]RR[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-A[/TD]
[TD="class: xl65"]Col-Y[/TD]
[TD="class: xl65"]RR[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-A[/TD]
[TD="class: xl65"]Col-X[/TD]
[TD="class: xl65"]RR[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-B[/TD]
[TD="class: xl65"]Col-Z[/TD]
[TD="class: xl65"]QQ[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-B[/TD]
[TD="class: xl65"]Col-Y[/TD]
[TD="class: xl65"]QQ[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-B[/TD]
[TD="class: xl65"]Col-X[/TD]
[TD="class: xl65"]QQ[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-C[/TD]
[TD="class: xl65"]Col-Z[/TD]
[TD="class: xl65"]PP[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-C[/TD]
[TD="class: xl65"]Col-Y[/TD]
[TD="class: xl65"]PP[/TD]
[/TR]
[TR]
[TD="class: xl65"]Row-C[/TD]
[TD="class: xl65"]Col-X[/TD]
[TD="class: xl65"]PP[/TD]
[/TR]
</tbody>[/TABLE]



Thanks & Regards,
Raghukanth
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
You can actually use a consolidated range pivot table for this - see Debra's page here.
 
Upvote 0

Forum statistics

Threads
1,226,223
Messages
6,189,710
Members
453,566
Latest member
ariestattle

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