ExcelLearnerP
New Member
- Joined
- Jan 27, 2019
- Messages
- 4
I have Horizontal tables of data.
[TABLE="width: 873"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]AUD[/TD]
[TD]EUR[/TD]
[TD][/TD]
[TD][/TD]
[TD]USD[/TD]
[TD]EUR[/TD]
[TD][/TD]
[TD][/TD]
[TD]INR[/TD]
[TD]EUR[/TD]
[/TR]
[TR]
[TD]AUDA[/TD]
[TD][/TD]
[TD]150[/TD]
[TD]100[/TD]
[TD]USDA[/TD]
[TD][/TD]
[TD]67[/TD]
[TD]90[/TD]
[TD]INRA[/TD]
[TD][/TD]
[TD]30[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]AUDB[/TD]
[TD][/TD]
[TD]200[/TD]
[TD]150[/TD]
[TD]USDB[/TD]
[TD][/TD]
[TD]117[/TD]
[TD]140[/TD]
[TD]INRB[/TD]
[TD][/TD]
[TD]80[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]AUDC[/TD]
[TD][/TD]
[TD]250[/TD]
[TD]200[/TD]
[TD]USDC[/TD]
[TD][/TD]
[TD]167[/TD]
[TD]190[/TD]
[TD]INRC[/TD]
[TD][/TD]
[TD]130[/TD]
[TD]180[/TD]
[/TR]
</tbody>[/TABLE]
Explanation of above table:
1) AUDA, AUDB, AUDC, USDA, USDB, USDC, INRA, INRB & INRC are bank accounts.
2) The numerical figures are bank balances. For eg:- 150 is the balance AUDA account in AUD (Australian dollar) terms, whereas 100 is the balance of the same account in EUR (Euro) terms and so on..
What I need:
I need the data mentioned above in vertical format mentioned below:
[TABLE="width: 354"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Forex[/TD]
[TD]Forex Balance[/TD]
[TD]GBP Balance[/TD]
[/TR]
[TR]
[TD]AUDA[/TD]
[TD]AUD[/TD]
[TD]150[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]AUDB[/TD]
[TD]AUD[/TD]
[TD]200[/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]AUDC[/TD]
[TD]AUD[/TD]
[TD]250[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]USDA[/TD]
[TD]USD[/TD]
[TD]67[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]USDB[/TD]
[TD]USD[/TD]
[TD]117[/TD]
[TD]140[/TD]
[/TR]
[TR]
[TD]USDC[/TD]
[TD]USD[/TD]
[TD]167[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]INRA[/TD]
[TD]INR[/TD]
[TD]30[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]INRB[/TD]
[TD]INR[/TD]
[TD]80[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]INRC[/TD]
[TD]INR[/TD]
[TD]130[/TD]
[TD]180[/TD]
[/TR]
</tbody>[/TABLE]
I am a beginner in Excel, and I tried using the Index match function, offset match function quite unsuccessfully. I know that Vlookup can be used, but I will have to use it a number of times, since I have pasted only a sample data above. There are more than 30 different currencies with more than 100 accounts.
I would be really grateful if I can get a solution to my above problem.
Thanks,
P
[TABLE="width: 873"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]AUD[/TD]
[TD]EUR[/TD]
[TD][/TD]
[TD][/TD]
[TD]USD[/TD]
[TD]EUR[/TD]
[TD][/TD]
[TD][/TD]
[TD]INR[/TD]
[TD]EUR[/TD]
[/TR]
[TR]
[TD]AUDA[/TD]
[TD][/TD]
[TD]150[/TD]
[TD]100[/TD]
[TD]USDA[/TD]
[TD][/TD]
[TD]67[/TD]
[TD]90[/TD]
[TD]INRA[/TD]
[TD][/TD]
[TD]30[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]AUDB[/TD]
[TD][/TD]
[TD]200[/TD]
[TD]150[/TD]
[TD]USDB[/TD]
[TD][/TD]
[TD]117[/TD]
[TD]140[/TD]
[TD]INRB[/TD]
[TD][/TD]
[TD]80[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]AUDC[/TD]
[TD][/TD]
[TD]250[/TD]
[TD]200[/TD]
[TD]USDC[/TD]
[TD][/TD]
[TD]167[/TD]
[TD]190[/TD]
[TD]INRC[/TD]
[TD][/TD]
[TD]130[/TD]
[TD]180[/TD]
[/TR]
</tbody>[/TABLE]
Explanation of above table:
1) AUDA, AUDB, AUDC, USDA, USDB, USDC, INRA, INRB & INRC are bank accounts.
2) The numerical figures are bank balances. For eg:- 150 is the balance AUDA account in AUD (Australian dollar) terms, whereas 100 is the balance of the same account in EUR (Euro) terms and so on..
What I need:
I need the data mentioned above in vertical format mentioned below:
[TABLE="width: 354"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Forex[/TD]
[TD]Forex Balance[/TD]
[TD]GBP Balance[/TD]
[/TR]
[TR]
[TD]AUDA[/TD]
[TD]AUD[/TD]
[TD]150[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]AUDB[/TD]
[TD]AUD[/TD]
[TD]200[/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]AUDC[/TD]
[TD]AUD[/TD]
[TD]250[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]USDA[/TD]
[TD]USD[/TD]
[TD]67[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]USDB[/TD]
[TD]USD[/TD]
[TD]117[/TD]
[TD]140[/TD]
[/TR]
[TR]
[TD]USDC[/TD]
[TD]USD[/TD]
[TD]167[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]INRA[/TD]
[TD]INR[/TD]
[TD]30[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]INRB[/TD]
[TD]INR[/TD]
[TD]80[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]INRC[/TD]
[TD]INR[/TD]
[TD]130[/TD]
[TD]180[/TD]
[/TR]
</tbody>[/TABLE]
I am a beginner in Excel, and I tried using the Index match function, offset match function quite unsuccessfully. I know that Vlookup can be used, but I will have to use it a number of times, since I have pasted only a sample data above. There are more than 30 different currencies with more than 100 accounts.
I would be really grateful if I can get a solution to my above problem.
Thanks,
P