Transposing Data

conleyle

New Member
Joined
May 6, 2015
Messages
29
I have hundreds of rows and columns in a table formatted like table A. I want it to be structured like table B. so I can summarize. How do I do that? I'm not an SQL guru by any means, but I work with some people who are.
Thank you for your help.

Table A-What I have
Item 123 456 789
ABC 1 2 3
LMN 4 5 6
XYZ 7 8 9

Table B-What I want
Item
ABC 123 1
LMN 456 2
XYZ 789 3
ABC 123 4
LMN 456 5
XYZ 789 6
ABC 123 7
LMN 456 8
XYZ 789 9

Cross-posted here: http://www.mrexcel.com/forum/microsoft-access/853441-transposing-data.html
 
Last edited by a moderator:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,223,276
Messages
6,171,140
Members
452,381
Latest member
Nova88

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