Hi!
I'm trying to figure out a smart way of comparing text strings in two columns and returning the values that are unique for column B in column C. The order of the values is random and superfluous commas and spaces need to be removed (no commas occur within the individual values).
All help is greatly appreciated!
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]chocolate, strawberry
[/TD]
[TD]banana, chocolate, strawberry
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]vanilla, blueberry
[/TD]
[TD]licorice, raspberry, vanilla, fudge, blueberry
[/TD]
[TD]licorice, raspberry, fudge
[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to figure out a smart way of comparing text strings in two columns and returning the values that are unique for column B in column C. The order of the values is random and superfluous commas and spaces need to be removed (no commas occur within the individual values).
All help is greatly appreciated!
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]chocolate, strawberry
[/TD]
[TD]banana, chocolate, strawberry
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]vanilla, blueberry
[/TD]
[TD]licorice, raspberry, vanilla, fudge, blueberry
[/TD]
[TD]licorice, raspberry, fudge
[/TD]
[/TR]
</tbody>[/TABLE]