Hi all,
I have a Column in (Full List). I want to replace everything that is not in the (My List) Table, resulting in (After List). I can then use a function to remove any multiple ‘|’ . I was thinking about an 'Is Not Like' and each word to find would be one step. But as I have 120 words to find, it would be very long. I thinking something like a 'Not Like' function but cannot find something to do it..
Any pointers would be much appreciated.
Full List
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R
My list
|A|
|H|
|W|
After List
|A|||||||H|||||||||||||||W|||
|A|||||||H|||||||
|A|||||||H||||||||||
I have a Column in (Full List). I want to replace everything that is not in the (My List) Table, resulting in (After List). I can then use a function to remove any multiple ‘|’ . I was thinking about an 'Is Not Like' and each word to find would be one step. But as I have 120 words to find, it would be very long. I thinking something like a 'Not Like' function but cannot find something to do it..
Any pointers would be much appreciated.
Full List
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O
|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R
My list
|A|
|H|
|W|
After List
|A|||||||H|||||||||||||||W|||
|A|||||||H|||||||
|A|||||||H||||||||||