Hi guys,
I'm trying to determine if each value in a list (a, b, c) appears against different types. For example, I can see that value a) is duplicated (type 1, type 2). I can also see value b is duplicated (2, 4). If a value (a is appearing twice against the same type then it can be ignored). I need to be able to spit out what type each one matches (see below)
Clean, Type, Duplicated
a 1 1,3
b 2 3,4
c 2 no
a 3 no
b 4 no
a 1 no











LinkBack URL
About LinkBacks
Register To Reply

Bookmarks