HI,
We have got two files one with column description and another with multiple Categories(Look up). We need to search for the strings available in the multiple category columns. The subset from the first search, is then searched with the second category and so on. Could anybody suggest the best approach to do so.
Look up File with Categories
Description File
I need to take the combination of C,D & E column(not Concatenation) from lookup file and search any where in the description column and pull value1, value 2 and value 3 with which ever combination the description got match.