Hi,
I'm looking for a way to do a vlookup for a partial of the text.
example lookupdata:
[pre]
[/pre]
So there's a portion of text before and after the words "Store 1".
I have a rather complex user formula using match() and find() and some more goodies, but it's slow ...
I'm looking for a way to do a vlookup for a partial of the text.
example lookupdata:
[pre]
Code:
COL A |ColB
Store 1 |Belgium
Store 2 |UK
Store 3 |Netherlands
so then i'd like to place a vlookup in the data below to find the store location (col B)
COL A |ColB
XXXXX Store 1 XXXXXX |Belgium
XX Store 1 XXXXX |Belgium
XXXXXXXXX Store 3 XXX |Netherlands
So there's a portion of text before and after the words "Store 1".
I have a rather complex user formula using match() and find() and some more goodies, but it's slow ...