Thread: HELP
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default HELP

First create a master list in cols G & H:

United States North America
Canada North America
Mexico North America
England Europe
German Europe
France Europe
Spain Europe
Japan Asia
China Asia
Grand Duchy of Fenwick Europe

and then in B1:

=IF(A1="","",VLOOKUP(A1,G:H,2)) and copy down

You can put the master where you like.

--
Gary''s Student - gsnu200800


"ISAF Media Analysis" wrote:

I need a formula that would allow me to enter a the names of multiple
countries into a column and have it automatically placed into another column
by continent. For example:

If: Then:

A1 is United States B1 should be North America
A2 is Mexico B2 should be North America
A3 is France B3 should be Europe
A4 is Germany B4 should be Europe
A5 is Japan B5 should be Asia

So, if A1:A5 is United States, then B1:B5 should automatically be North
America.

If there is anyone who can help me, it would be greatly apprecieted. Thanks
in advance