NewOrderFac33
Well-known Member
- Joined
- Sep 26, 2011
- Messages
- 1,283
- Office Version
- 2016
- 2010
- Platform
- Windows
Good afternoon - I have two columns of comma-separated two character codes (for example):
The the codes will always comprise two characters, but will not necessarily be in alphabetical order.
In the next column, I need to create a comma-separated string comprising all the two digit codes from the first list that do NOT appear in the second.
So, in the above example, the third column will contain DB,TD
Do any of you fine folk have any suggestions of the best way in which I can accomplish this?
Thanks in advance
Pete
Code:
A B
AA,DB,LN,WE,UR,TD,QW AA,LN,WE,VF,WE,UR,OW,ZL
The the codes will always comprise two characters, but will not necessarily be in alphabetical order.
In the next column, I need to create a comma-separated string comprising all the two digit codes from the first list that do NOT appear in the second.
So, in the above example, the third column will contain DB,TD
Do any of you fine folk have any suggestions of the best way in which I can accomplish this?
Thanks in advance
Pete
Last edited: