
Originally Posted by
Pete_UK
You would use VLOOKUP for this. Set up a table somewhere (eg in columns X and Y) which contains all those abbreviations in the first column and the corresponding region in the second column. Then in B1 you could have this formula:
=VLOOKUP(A1,X:Y,2,0)
then just copy down to cover the amount of data that you have in column A.
Hope this helps.
Pete
Bookmarks