Transposing Data

Copper Contributor

Hello!

 

I have a data set that has an general ledger code that is vertical and an entity code that is horizontal. The table will have an amount that relates to a certain general ledger account for the certain entity. I need to create a list that goes horizontal that shows the general ledger account, the entity code and the amount in a horizontal list. I have attached an example below.

 

This is how the data is currently:

 Entity number  
General ledger account123
100$1$0$2
101$4$0$1
102$1$1$1

 

I need the data to be in list form like below:

General ledger accountEntityAmount
1001$1
1002$0
1003$2
1011$4
1012$0
1013$1
1021$1
1022$1
1023$1

 

I have a large dataset and cannot transpose everything invididually.

 

Thank you!!

1 Reply