Hi guys,
I'm using a Vlookup formula to access a table and return my value. However when it's searching the table it seems to only look for the first 2 letters in the word, because of this when it searches for the word Toronto, it returns the value from Tokyo, since it appears first on the list. Here is my code, what did I miss to make it search for the whole word? Thanks.
VLOOKUP(A1,[EquityDataID.xls]Sheet1!$A$2:$B$36,2)
I'm using a Vlookup formula to access a table and return my value. However when it's searching the table it seems to only look for the first 2 letters in the word, because of this when it searches for the word Toronto, it returns the value from Tokyo, since it appears first on the list. Here is my code, what did I miss to make it search for the whole word? Thanks.
VLOOKUP(A1,[EquityDataID.xls]Sheet1!$A$2:$B$36,2)