Hi,
I've been trying figure out (preferably without INDEX or arrays...my computer is too slow to handle them when dealing with hundreds of rows) a way to perform a VLOOKUP that will return a sub-string (said sub-string defined by the "|" delimiter) that contains specific characters. These sub-strings could be anywhere (no fixed position) in the string.
For example, if I perform a VLOOKUP and want to return a sub-string (with "|" delimiters) that contains "_ptbr", I would want to get "ds_box17_01_ptbr" because it is within the "|" delimiter and contains the specific "_ptbr" characters:
Is there a way to do this? Any help very much appreciated!
I've been trying figure out (preferably without INDEX or arrays...my computer is too slow to handle them when dealing with hundreds of rows) a way to perform a VLOOKUP that will return a sub-string (said sub-string defined by the "|" delimiter) that contains specific characters. These sub-strings could be anywhere (no fixed position) in the string.
For example, if I perform a VLOOKUP and want to return a sub-string (with "|" delimiters) that contains "_ptbr", I would want to get "ds_box17_01_ptbr" because it is within the "|" delimiter and contains the specific "_ptbr" characters:
Lookup Value | String containing Sub-String | Desired Output |
ds_box17_01_enus | |ds_box17_01_dede|ds_box17_01_zhcn|ds_box17_01_frfr|ds_box17_01_ptbr|ds_box17_01_es| | ds_box17_01_ptbr |
Is there a way to do this? Any help very much appreciated!