Lookup With 2 Index Directly

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all...

how to make lookup formula with 2 index (id_1 & id_2) like this :

id_1tipeid_2
4010106010Buliding A1
4010202007Buliding B1
4010205001Permanent49
4010202004Resident1
4010205001Houses46
4010205001Houses38
4010205001Houses42
4010205001Houses51
4010205001Houses55
4010205001Houses59
4010205001Houses63
given (id_1)given (id_2)expected result
40102020071Buliding B
401020500146Houses
etc…

<colgroup><col><col><col></colgroup><tbody>
</tbody>
any help greathly appreciated...

m.susanto
 
here using Array :

=INDEX($E$3:$E$13;MATCH(D18&E18;$D$3:$D$13&$F$3:$F$13;0))

how to use without Array?
 
Upvote 0

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,215,110
Messages
6,123,146
Members
449,098
Latest member
Doanvanhieu

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