Awesome! I know exactly how to do this as you suggested.
This is going to save me a bunch of time on this task, and for similar purposes.

Thank you very much.

Quote Originally Posted by Pete_UK View Post
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