Hi,
In worksheet VAT, i have a list of suppliers in column A but the names are not complete. For example MARK & SP.
In worksheet SUPPLIERS, i have the complete name of the suppliers in column A. For example MARK & MARK, MARK & SPENCER,
I named the array of suppliers as SUPPLIERS.
In worksheet VAT column B , i typed, =vlookup(A1,SUPPLIERS,1,TRUE).
The result was MARK & MARK. How can i refined the vlookup function so that the result would be MARK & SPENCER which is the supplier i am referring to? My list in column A is quite long and i don't want to edit the list. I cannot changed the rang_lookup to FALSE since it would give me an error.
Please help. Thanks.
In worksheet VAT, i have a list of suppliers in column A but the names are not complete. For example MARK & SP.
In worksheet SUPPLIERS, i have the complete name of the suppliers in column A. For example MARK & MARK, MARK & SPENCER,
I named the array of suppliers as SUPPLIERS.
In worksheet VAT column B , i typed, =vlookup(A1,SUPPLIERS,1,TRUE).
The result was MARK & MARK. How can i refined the vlookup function so that the result would be MARK & SPENCER which is the supplier i am referring to? My list in column A is quite long and i don't want to edit the list. I cannot changed the rang_lookup to FALSE since it would give me an error.
Please help. Thanks.