C
CHARI
I have 2 columns with duplicates in the first column and no duplicates in the
second. I neeed to only see one value for each in the left and only one of
the accounts from the right.
ie: abc 1234
abc 12345
bcd 251
eft 600
eft 607
I would like to see either of the abc with the 1234 or 12345
I would like to see the bcd since it's individual with the 251
I would like to see either of the eft with the 600 or the 607
second. I neeed to only see one value for each in the left and only one of
the accounts from the right.
ie: abc 1234
abc 12345
bcd 251
eft 600
eft 607
I would like to see either of the abc with the 1234 or 12345
I would like to see the bcd since it's individual with the 251
I would like to see either of the eft with the 600 or the 607