LOOKUP VALUE

datastudent

Board Regular
Joined
Sep 7, 2021
Messages
88
Office Version
  1. 365
Platform
  1. Windows
Hi,

I want to look up the "ACTIVATION" and "DID MRC" value of the Country while considering the Number Type.

Table 1 is a sample source while table 2 is my main table.
Template_v1.xlsm
HIJKLMNOP
1CountryNumber typeACTIVATIONDID MRCCountryNumber typeACTIVATIONDID MRC
2ARGENTINAGeographic02.91AUSTRIAGeographic00.78
3AUSTRALIAGeographic01.04AUSTRIANational00.78
4AUSTRIAGeographic00.78AUSTRALIAGeographic01.04
5AUSTRIANational00.78AUSTRALIANational
6BELGIUMGeographic00.32BELGIUMGeographic00.32
7BELGIUMNational3.110.32BELGIUMNational3.110.32
VoxDID
Cell Formulas
RangeFormula
M3,M7,M5M3=M2
 
sorry i'm not following , what are your expected results
 
Upvote 0
=IFERROR(INDEX(J$2:J$7,MATCH($M2&$N2,$H$2:$H$7&$I$2:$I$7,0)),"")

Book3
HIJKLMNOP
1CountryNumber typeACTIVATIONDID MRCCountryNumber typeACTIVATIONDID MRC
2ARGENTINAGeographic02.91AUSTRIAGeographic00.78
3AUSTRALIAGeographic01.04AUSTRIANational00.78
4AUSTRIAGeographic00.78AUSTRALIAGeographic01.04
5AUSTRIANational00.78AUSTRALIANational  
6BELGIUMGeographic00.32BELGIUMGeographic00.32
7BELGIUMNational3.110.32BELGIUMNational3.110.32
Sheet1
Cell Formulas
RangeFormula
O2:P7O2=IFERROR(INDEX(J$2:J$7,MATCH($M2&$N2,$H$2:$H$7&$I$2:$I$7,0)),"")
M3,M7,M5M3=M2
 
Upvote 0
Solution

Forum statistics

Threads
1,226,771
Messages
6,192,924
Members
453,767
Latest member
922aloose

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