I have a spreadsheet I received from one of my suppliers that has about 2500 rows. Rather than separating the relevant data for each product, they put it all in a single column of cells marked "description".
Here's a typical example:
HANDLE SPRINGS ZN MATT NICKEL M4 CTC 128MM
What I want to do is analyze the contents and see if it contains a certain sub-string. If it finds it, I'd like to consult a V Look-up table so that it will return the term I want.
The sub-strings I'm looking for are "ZN", "AL", or "ORB". So in the above example, the function would find "ZN", and then go to the V look up table, returning the final value of "Zinc".
Any help greatly appreciated!
Bookmarks