Consolidating/Transposing Multiple Column Data into Common Data Columns

sjkl_99

New Member
Joined
May 17, 2013
Messages
1
Hi all,

Hoping someone can assist with some data column to row transposing that I'm trying to do in Excel. It's not the easiest to describe so best to take the example data below:

Person
Acc No
Currency
Acc No
Currency
Acc No
Currency
Acc No
Currency
123456000111222USD00012345AUD000143243GBP000234323EUR
987654000888999AUD00123423

<tbody>
</tbody>

"Person" is the key value, for which you can have multiple "Acc No" and "Currency" combinations as a series of columns. What I want to do is to transpose the Acc No and Currency values into a 3 column output as below:

Person
Acc No
Currency
123456000111222USD
12345600012345AUD
123456000143243GBP
123456000234323EUR
987654000888999AUD
98765400123423NZD

<tbody>
</tbody>

There are dozens of columns that repeat as per the input layout above, so i'm hoping the general principle of a solution can be extended across X no of columns (without too much manual intervention).

Any solutions very welcomed - Thank you!
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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