- Reaction score
- 1,584
I need some help with an Excel issue.
I have a spreadsheet with two columns, A & B.
I want to combine the columns into a column C and completely remove anything that shows up in both A & B. Not just remove the duplicates, but delete that entry completely.
[TABLE="class: outer_border, width: 200"]
[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD="align: center"]Bob[/TD]
[TD="align: center"]Bill[/TD]
[TD="align: center"]Bill[/TD]
[/TR]
[TR]
[TD="align: center"]Mary [/TD]
[TD="align: center"]Bob[/TD]
[TD="align: center"]Peggy[/TD]
[/TR]
[TR]
[TD="align: center"]Peggy[/TD]
[TD="align: center"]Mary[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
Any idea? Thank you!
I have a spreadsheet with two columns, A & B.
I want to combine the columns into a column C and completely remove anything that shows up in both A & B. Not just remove the duplicates, but delete that entry completely.
[TABLE="class: outer_border, width: 200"]
[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD="align: center"]Bob[/TD]
[TD="align: center"]Bill[/TD]
[TD="align: center"]Bill[/TD]
[/TR]
[TR]
[TD="align: center"]Mary [/TD]
[TD="align: center"]Bob[/TD]
[TD="align: center"]Peggy[/TD]
[/TR]
[TR]
[TD="align: center"]Peggy[/TD]
[TD="align: center"]Mary[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
Any idea? Thank you!