VLOOKUP to identify if a coutnry is in the EU or not

Abbiew1

New Member
Joined
Aug 24, 2021
Messages
3
Office Version
  1. 2016
Platform
  1. Windows
Hello.

I am trying to do a V look up with some of the following countries:

United Kingdom
Germany
United Arab Emirates
France
Finland
Italy
Russia
Belgium
Ireland
Spain
USA
Norway
Sweden
Mexico
Singapore
Australia
Turkey
Lithuania
Greece
Netherlands
Northern Ireland

and want to do a VLOOKUP to confirm whether the country is in the EU or not?

thanks
Abbie
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Create Main table and list all those that belong to EU or not and then apply Vlookup.
 
Upvote 0
Thanks. So this is my spreadsheet & I need to do the VLOOKUP in column E by using each country in column A to identify whether the country is in the EU or not-EU.

can you help please?

Thanks


1629805424428.png
 
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=IF(ISNA(MATCH(A3,$I$4:$I$23,0)),"Non-EU","EU")
 
Upvote 0
Welcome to the MrExcel board!

Try

Excel Formula:
=IF(COUNTIF(I$4:I$23,A4),"EU","not-EU")
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0
For future reference

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: VLOOKUP to identify if a coutnry is in the EU or not
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,267
Members
448,558
Latest member
aivin

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