I have a large data set with a 'description' column that is not always uniform, for example it could read "bla bla bla depreciation" or "depreciation bla bla bla" and both should be tagged as 'Depreciation' in a separate tagging column.
Is there a way/formula which I could create a mapping table with Column A being *depr* and Column B being "Depreciation" that would tag both above examples as 'Depreciation'??
Similar to a vlookup, but the lookup_value wouldn’t be define, instead would be all the possibilities in the mapping table's column A and if found in description would return column b value.
Appreciate any thoughts
Is there a way/formula which I could create a mapping table with Column A being *depr* and Column B being "Depreciation" that would tag both above examples as 'Depreciation'??
Similar to a vlookup, but the lookup_value wouldn’t be define, instead would be all the possibilities in the mapping table's column A and if found in description would return column b value.
Appreciate any thoughts