shimon.amar
Board Regular
- Joined
- Nov 20, 2012
- Messages
- 93
Hi Fellows,
I have an issue trying to compse a formula to remove duplicates from a coulumn based on content on cells
for example -
I have a list contains something like that
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Combinations[/TD]
[/TR]
[TR]
[TD]B00001-C00003[/TD]
[/TR]
[TR]
[TD]B20002-C30003[/TD]
[/TR]
[TR]
[TD]C00003-B00001[/TD]
[/TR]
[TR]
[TD]C30003-B20002[/TD]
[/TR]
</tbody>[/TABLE]
I want to create by formulas a unique list while for me cell A2 and A4 are basically the same becuase it is just "shifting" between the sides distinguished by the "minus" sign. also cells A3 & A5 are the same.
Thanks in advance.
I have an issue trying to compse a formula to remove duplicates from a coulumn based on content on cells
for example -
I have a list contains something like that
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Combinations[/TD]
[/TR]
[TR]
[TD]B00001-C00003[/TD]
[/TR]
[TR]
[TD]B20002-C30003[/TD]
[/TR]
[TR]
[TD]C00003-B00001[/TD]
[/TR]
[TR]
[TD]C30003-B20002[/TD]
[/TR]
</tbody>[/TABLE]
I want to create by formulas a unique list while for me cell A2 and A4 are basically the same becuase it is just "shifting" between the sides distinguished by the "minus" sign. also cells A3 & A5 are the same.
Thanks in advance.