Backstory:
I am attempting to find a solution that looks for specific model numbers in a cell with multiple model numbers in one cell. Then I wanted to do a sort of vlookup.
My thought was to do a
=vlookup("*"&"[text here]"&"*",[range],[column#/match],FALSE)
Issue:
It does seem to work but not consistently. I attempted to add a large number of characters into a reference cell and the formula no longer works. I am suspecting that there is a character limit to how far excel will search a cell.
I was wondering if there was an alternative around this or some other formula that I haven't thought of. The issue is how to recognize text in a table that has thousands of rows since it will be about 70% buried in text in a cell vs. being the only text in the cell. example CG501CG502CG503CG504...CG560 vs CG504.
Please refer to the document attached. Thank you everyone for your assistance.
Bookmarks