I'm sure i'm doing something wrong, but i can't seem to figure out what it is...
I have a list of 300 building addresses in my spreadsheet. On one spreadsheet, they are shown by their Building code, which is a shortened version of the building address (ex. If building address is 132 Canada Road the Building Code would be 132 Cana.
In another spreadsheet i have the full building address. I need to convert the building code into the actual address.
I've tried the formula below, but a n/a message keeps popping up.
I've made sure to sort the building addresses, Any idea what i'm doing wrong?
=VLOOKUP(LEFT(A2,6),Sheet3!$A$1:$B$45,2,FALSE)
Bookmarks