Hello
Wanted to know if there is a formula which allows me to look up against the last character of a range. This is necessary especially when i am looking up against a template.
For example.
If i have a codeNo 100-A, and i need to lookup its definition. There are many codeNo like 101-A,102-A...
The range i need to check against would be xxx-A, since they all follow the same definition. I am not sure if wildcard can be used in the lookup range of the VLOOKUP function.
Currently i am using the following function
=VLOOKUP(("xxx"&RIGHT(A5,2)),Tempate!A:B,2,0)
However, there are times where the template could be 0xx-A. So i cant hardcode the first few characters.
any help would be greatly appreciated. Thanks!
Wanted to know if there is a formula which allows me to look up against the last character of a range. This is necessary especially when i am looking up against a template.
For example.
If i have a codeNo 100-A, and i need to lookup its definition. There are many codeNo like 101-A,102-A...
The range i need to check against would be xxx-A, since they all follow the same definition. I am not sure if wildcard can be used in the lookup range of the VLOOKUP function.
Currently i am using the following function
=VLOOKUP(("xxx"&RIGHT(A5,2)),Tempate!A:B,2,0)
However, there are times where the template could be 0xx-A. So i cant hardcode the first few characters.
any help would be greatly appreciated. Thanks!