I need to boil down text strings and then complete a lookup that will result in:
Given:
Lookup Table:
SearchTermFound ValueToUse
9001 Jefferson Hardware
W/D Cash Withdrawal
PIP's Fuel
and about 100 other search terms
I need to search each row/cell (about 50 rows at any one time) in a single column of text to see if it contains the search term (looping through all 100+ search terms for each row). (Each row will have only 1 of the search terms, if 1 at all.)
Once the search term is found, it needs to be placed into an adjacent column so the VLookup can generate the proper ValueToUse (in the next adjacent column).
I haven't been able to find any VBA code that will extract the text "SearchTermFound".
thanks for all your help.
an amarillo amateur
Given:
Lookup Table:
SearchTermFound ValueToUse
9001 Jefferson Hardware
W/D Cash Withdrawal
PIP's Fuel
and about 100 other search terms
I need to search each row/cell (about 50 rows at any one time) in a single column of text to see if it contains the search term (looping through all 100+ search terms for each row). (Each row will have only 1 of the search terms, if 1 at all.)
Once the search term is found, it needs to be placed into an adjacent column so the VLookup can generate the proper ValueToUse (in the next adjacent column).
I haven't been able to find any VBA code that will extract the text "SearchTermFound".
thanks for all your help.
an amarillo amateur