Extract Data

Gusher

Board Regular
Joined
Aug 21, 2011
Messages
207
Office Version
  1. 365
Platform
  1. Windows
In sheet 1 In col A I have a list of banks by name.

In cols B to Z I have Performance Data relating to each bank. In row 1 I have the name of the performance data. So for example in cell B1 we have
"Total Assets".

In Sheet 2 cell B1 I have the name of a bank from col A sheet 1. In Sheet 2 cell B2 I have the one of the performance data labels from Sheet 1 row one, so for example it could be "Total Assets".

I need a formula in Sheet 2 that will find the combination of the bank and performance data and extract it from sheet 1.

hope that makes sense
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Something like this?
Sheet 2
Book1
ABC
1Bank B
2Loans55,000
Sheet2
Cell Formulas
RangeFormula
C2C2=INDEX(Sheet1!$B$2:$D$4,MATCH($B$1,Sheet1!$A$2:$A$4,0),MATCH($B$2,Sheet1!$B$1:$D$1,0))


Sheet 1
Book1
ABCD
1BanksTotal AssetsLoansDeposits
2Bank A150,000,00060,0001,250,000
3Bank B175,500,00055,0002,000,000
4Bank c257,500,000100,0002,800,000
Sheet1
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Something like this?
Sheet 2
Book1
ABC
1Bank B
2Loans55,000
Sheet2
Cell Formulas
RangeFormula
C2C2=INDEX(Sheet1!$B$2:$D$4,MATCH($B$1,Sheet1!$A$2:$A$4,0),MATCH($B$2,Sheet1!$B$1:$D$1,0))


Sheet 1
Book1
ABCD
1BanksTotal AssetsLoansDeposits
2Bank A150,000,00060,0001,250,000
3Bank B175,500,00055,0002,000,000
4Bank c257,500,000100,0002,800,000
Sheet1
it seems you figured it out?..what is wrong with your current formula?
 
Upvote 0
In sheet 1 In col A I have a list of banks by name.

In cols B to Z I have Performance Data relating to each bank. In row 1 I have the name of the performance data. So for example in cell B1 we have
"Total Assets".

In Sheet 2 cell B1 I have the name of a bank from col A sheet 1. In Sheet 2 cell B2 I have the one of the performance data labels from Sheet 1 row one, so for example it could be "Total Assets".

I need a formula in Sheet 2 that will find the combination of the bank and performance data and extract it from sheet 1.

hope that makes sense
Many thanks AhoyNC that worked :)
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,193
Members
452,616
Latest member
intern444

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