Hi,
This is the formula I am currently using in the top right most cell in the table below showing "Melbourne":
(Look at the 3rd column and see if it contains "MEL", if it does then return value in column 2)
=VLOOKUP(MID(D2,SEARCH("MEL",D2),3),$B$2:$C$9,2,FALSE)
(Lookup table is the first 2...