MARKEGANDERSON

Active Member
Joined
Apr 7, 2007
Messages
264
Hello Guys

On my "Personnel Area tab" lists:

My define name Per_Area_Location (A1:A14- List 14 diff countries)

Per_Area_Ins(B1:F1 - List 5 types of Ins)

Cell B2:F14 list the codes for each country.


How can I build a formula to search for a specific country (Per_Area_Location) and a Specific Insurance( Per_Area_Ins), if the criterias are met produce the info in cells B2:F14
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Define Personnel as referring to:

='Personnel Area tab'!$A$1:$F$14

Then try:

=VLOOKUP(X2,Personnel,MATCH(Y2,INDEX(Personnel,1,0),0),0)


where X2 houses a specific country of interest and Y2 a specific insurance of interest.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,543
Members
449,089
Latest member
davidcom

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