Need quick help with calculating the below

samuelrao

New Member
Joined
Jan 18, 2019
Messages
2
Need quick help with a formula
I have the following data in excel. Based on the row label value in the description column, it has to go to the corresponding column label, and have to extract the intersection value of row and column. Can you please provide some guidance. I tried various functions, somehow no luck.
DescriptionABC1ABC2ABC18ABC58
ABC20100
ABC180101
ABC580001
ABC10010
ABC180010

<colgroup><col><col span="2"><col span="2"></colgroup><tbody>
</tbody>


If i have to pull the value for ABC2, it has to go to corresponding ABC2 field, and extract the intersection of both row and column. In this case it is 1.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Book1
ABCDE
1DescriptionABC1ABC2ABC18ABC58
2ABC20100
3ABC180101
4ABC580001
5ABC10010
6ABC180010
7
8ABC21
Sheet1
Cell Formulas
RangeFormula
B8=INDEX($B$2:$E$6,MATCH($A$8,$A$2:$A$6,0),MATCH($A$8,$B$1:$E$1,0))
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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