=Vlookup(AS2,'Sheet2'!B$2:$C$100,2,FALSE)

where AS2 has a value "Los Angeles" to look and find in B2:B100 on Sheet2 and then return "KLAX" which is corresponding cell in column C of Sheet2

adjust sheetname and ranges to suit.