rrocker1405
Member
Hi team,
I'm trying to lookup values based on partial search but because it is partial search it does not lookup the complete list. for example:
[Lookup field]Column A: 12345
[Data field]Column E: 45678, 98765, 12345, 109876,456312
[Data field]Column F: Testing
the formula i've been using to get the partial lookup is
=VLOOKUP("*"&A2&"*";E:G;3;0)
The output should be testing as lookup value in column a '12345' is part of E.
Not sure, if i have explained enough to understand. Looking forward for suggestions...,
Thanks in advance...A!
I'm trying to lookup values based on partial search but because it is partial search it does not lookup the complete list. for example:
[Lookup field]Column A: 12345
[Data field]Column E: 45678, 98765, 12345, 109876,456312
[Data field]Column F: Testing
the formula i've been using to get the partial lookup is
=VLOOKUP("*"&A2&"*";E:G;3;0)
The output should be testing as lookup value in column a '12345' is part of E.
Not sure, if i have explained enough to understand. Looking forward for suggestions...,
Thanks in advance...A!