Forum Discussion
Mojibure
Apr 02, 2022Copper Contributor
How to tweek table array in Vlookup function
I want to apply Vlookup but lookup value is 314-645 and table array's first column has value GHJ-314-HTY-645-KPU Now how can I tweek table array'first column data in formula itself because I cannot m...
- Apr 02, 2022
Mojibure I would go for INDEX and MATCH in stead of VLOOKUP, as demonstrated in the picture below:
Of course, this assumes that the digits are always in the same spot within the larger string.
Riny_van_Eekelen
Apr 02, 2022Platinum Contributor
Mojibure I would go for INDEX and MATCH in stead of VLOOKUP, as demonstrated in the picture below:
Of course, this assumes that the digits are always in the same spot within the larger string.
Mojibure
Apr 02, 2022Copper Contributor
Thank you Riny.
This looks awesome.
This looks awesome.