Transpose multiple header into columns details

jozpin

New Member
Joined
Aug 23, 2015
Messages
2
Hi I have huge database with 3 rows header and I need to transpose it to columns for me to be able to create a header and detail tables
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Please show and example of before and after so that we have a clear understanding of your needs.
 
Upvote 0
Please show and example of before and after so that we have a clear understanding of your needs.

Than you so much for your reply.
Below is what I want..


[TABLE="width: 406"]
<colgroup><col><col span="3"><col></colgroup><tbody>[TR]
[TD="colspan: 5"]FROM[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]APPLE[/TD]
[TD]APPLE[/TD]
[TD]BANANA[/TD]
[TD]BANANA[/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]GREEN[/TD]
[TD]GREEN[/TD]
[TD]YELLOW[/TD]
[TD]YELLOW[/TD]
[/TR]
[TR]
[TD]STORE NO.[/TD]
[TD]APPLE1[/TD]
[TD]APPLE2[/TD]
[TD]BANANA1[/TD]
[TD]BANANA2[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]1[/TD]
[TD] [/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 5"]TO[/TD]
[/TR]
[TR]
[TD]STORE NO[/TD]
[TD]DESC1[/TD]
[TD]DESC2[/TD]
[TD]DESC3[/TD]
[TD]QTY[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]APPLE[/TD]
[TD]GREEN[/TD]
[TD]APPLE 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]BANANA[/TD]
[TD]YELLOW[/TD]
[TD]BANANA1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD]BANANA[/TD]
[TD]YELLOW[/TD]
[TD]BANANA2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]APPLE[/TD]
[TD]GREEN[/TD]
[TD]APPLE 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]APPLE[/TD]
[TD]GREEN[/TD]
[TD]APPLE 2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]BANANA[/TD]
[TD]YELLOW[/TD]
[TD]BANANA1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]102[/TD]
[TD]BANANA[/TD]
[TD]YELLOW[/TD]
[TD]BANANA2[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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