I am trying to cleanse a user input list of countries of residence. in some cases the country is hidden in a string of other words like this "kobeshi hyogo japan"
I want to lookup from a list of defined countries I have using =VLOOKUP(A4&"*",'country list'!$A$1:$A$165,2,0) but it returns #N/A in the above example.
What is the best way to do it, I have also tried the wildcard at front as well i.e. =VLOOKUP("*"A4&"*",'country list'!$A$1:$A$165,2,0)
Thanks
I want to lookup from a list of defined countries I have using =VLOOKUP(A4&"*",'country list'!$A$1:$A$165,2,0) but it returns #N/A in the above example.
What is the best way to do it, I have also tried the wildcard at front as well i.e. =VLOOKUP("*"A4&"*",'country list'!$A$1:$A$165,2,0)
Thanks