How do you find the elements which are unique to a list?
How do you find the elements which are unique to a list?
| Answer | This will get the elements which are unique to List B:
UniqueToB:= @Trim( @Replace( ListB, ListA, "")) |
| Attachments | -none- |
| Applies to versions | 3.x; 4.x; 5.x; 6.x |
| FAQ Provided By | ken yee |
| Credit | Click here for information source |
 |  |
|
|