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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).

Forum statistics

Threads
1,216,116
Messages
6,128,933
Members
449,480
Latest member
yesitisasport

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