C
canvas
Hi,
I need a macro that deletes duplicates of numbers that appear an odd
number of times and that deletes duplicates and the value duplicated
an even number of times. Example:
Original data
A
1
2
3
1
2
1
2
3
4
Result:
A
1
2
4
Values 1 and 2 must remain and only delete duplicates because they
appear an odd number of times (3), 3 must be deleted because it
appears an even number of times (2) and 4 appears because it has no
duplicates.
Hope this can be done!
Thank you so much
I need a macro that deletes duplicates of numbers that appear an odd
number of times and that deletes duplicates and the value duplicated
an even number of times. Example:
Original data
A
1
2
3
1
2
1
2
3
4
Result:
A
1
2
4
Values 1 and 2 must remain and only delete duplicates because they
appear an odd number of times (3), 3 must be deleted because it
appears an even number of times (2) and 4 appears because it has no
duplicates.
Hope this can be done!
Thank you so much