Forum Discussion
barrylenahan
Sep 16, 2022Copper Contributor
email country
Hi,
I am trying to add countries to coincide with emails for example joebloggs.ie and ireland on an excel format. Would someone know the correct format for this?
The two columns are beside each other. Please respond asap.
- barrylenahanCopper Contributor
- OliverScheurichGold Contributor
=VLOOKUP(RIGHT(A3,2),$D$3:$E$7,2,FALSE)
Maybe with VLOOKUP. Otherwise can you attach a screenshot without sensitive data with an example of your expected result?