Search Matching 2 keys

lastminuteproject

New Member
Joined
Apr 28, 2010
Messages
19
I'm trying several options but no one works. Let's see if anyone can help me.

I have a sheet with country information, like:

<table width="923" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64"> <col style="width: 76pt;" width="101"> <col style="width: 48pt;" width="64"> <col style="width: 46pt;" width="61"> <col style="width: 48pt;" width="64" span="3"> <col style="width: 55pt;" width="73"> <col style="width: 56pt;" width="74"> <col style="width: 55pt;" width="73"> <col style="width: 56pt;" width="74"> <col style="width: 55pt;" width="73"> <col style="width: 56pt;" width="74"> <tbody><tr style="height: 15pt;" height="20"> <td style="height: 15pt; width: 48pt;" width="64" height="20">
</td> <td style="width: 76pt;" width="101">A</td> <td style="width: 48pt;" width="64">B</td> <td style="width: 46pt;" width="61">C</td> <td style="width: 48pt;" width="64">D</td> <td style="width: 48pt;" width="64">E </td> <td style="width: 48pt;" width="64">F</td> <td style="width: 55pt;" width="73">G</td> <td style="width: 56pt;" width="74">H</td> <td style="width: 55pt;" width="73">I</td> <td style="width: 56pt;" width="74">J</td> <td style="width: 55pt;" width="73">K</td> <td style="width: 56pt;" width="74">L</td> </tr> <tr style="height: 45.75pt;" height="61"> <td style="height: 45.75pt;" align="right" height="61">1</td> <td class="xl63" style="width: 76pt;" width="101">Country names </td> <td class="xl64" style="width: 48pt;" width="64">ISO 3166-1-alpha-2 code</td> <td class="xl63" style="width: 46pt;" width="61">International dial code </td> <td class="xl63" style="width: 48pt;" width="64">Start GMT </td> <td class="xl63" style="width: 48pt;" width="64">End GMT</td> <td class="xl65">Column1</td> <td class="xl65">Operator 1</td> <td class="xl65">MCCMNC1</td> <td class="xl65">Operator 2</td> <td class="xl65">MCCMNC2</td> <td class="xl65">Operator 3</td> <td class="xl65">MCCMNC3</td> </tr> <tr style="height: 15.75pt;" height="21"> <td style="height: 15.75pt;" align="right" height="21">2</td> <td class="xl66">NEW ZEALAND </td> <td class="xl67">NZ</td> <td class="xl66" align="right">64</td> <td class="xl66">GMT+12:00 </td> <td class="xl66"> </td> <td class="xl66"> </td> <td class="xl66">Vodafone</td> <td class="xl66" align="right">53001</td> <td class="xl66">Telecom</td> <td class="xl66" align="right">53005</td> <td class="xl66">2Degrees</td> <td class="xl66" align="right">53024</td> </tr> </tbody></table>

Then I have another dynamic sheet where, depending the country (first search in the thable) and depending the Operator (second search in the table) I need to provide the MCC/MNC.

Problem is that "operator" is not and unique key (Vodafone is almost present Worldwide).

I had try the next options:
=OFFSET('Countries Info'!A1;MATCH(NZ;Table1[ISO 3166-1-alpha-2 code];0);MATCH(Vodafone;OFFSET(Table1;0;0;1;COLUMN(Table1));0)-1)

=HLOOKUP(Vodafone;Table1;MATCH(Vodafone;Table1[ISO 3166-1-alpha-2 code];0)+1;FALSE)

Thank you in advance
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
I just installed the HTMLMaker, so maybe will be easier to understand the table like this ;)


Excel Workbook
ABCDEFGHIJKL
1Country namesISO 3166-1-alpha-2 codeInternational dial codeStart GMTEnd GMTColumn1Operatpr 1MCCMNC1Operatpr 2MCCMNC2Operator 3MCCMNC3
2NEW ZEALANDNZ64GMT+12:00Vodafone53001NZ-Telecom53005NZ-2Degrees53024
Countries Info
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,721
Members
449,093
Latest member
Mnur

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