Hi,
I have Table 1,which contain Search value in Column A,
Table1:
| Id | Search Value | to be appended | 
| 1 | ABC | append_1 | 
| 2 | 123,ABC | append_2 | 
| 3 | ABC,123,ABC,345 | append_3 | 
Table2:
| Search Key | ||||||||||||||||||||||||||||
| ABC | ||||||||||||||||||||||||||||
| 123 | ||||||||||||||||||||||||||||
 Search Key(Partial match also considered) in Table1. if Search key found then append Table1 with Table2 with Search Key. 
 
  | 
Solved! Go to Solution.
