hi.
I want to compare the data I have in two different columns, let's say column A and column B, which in Column A contains old data, while column B contains the latest data and has some data that is not in column A.
[TABLE="width: 300"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Robert[/TD]
[/TR]
[TR]
[TD]Tina[/TD]
[TD]Greg[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[TD]Ken[/TD]
[/TR]
[TR]
[TD]Avril[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and the result I want to show is that the data in column C only contains the same value and is written in ascending order, and more or less will look like the following
[TABLE="width: 200"]
<tbody>[TR]
[TD]C[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
sorry if this thread has been discussed in the forum
I want to compare the data I have in two different columns, let's say column A and column B, which in Column A contains old data, while column B contains the latest data and has some data that is not in column A.
[TABLE="width: 300"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]Robert[/TD]
[/TR]
[TR]
[TD]Tina[/TD]
[TD]Greg[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[TD]Ken[/TD]
[/TR]
[TR]
[TD]Avril[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and the result I want to show is that the data in column C only contains the same value and is written in ascending order, and more or less will look like the following
[TABLE="width: 200"]
<tbody>[TR]
[TD]C[/TD]
[/TR]
[TR]
[TD]John[/TD]
[/TR]
[TR]
[TD]Ken[/TD]
[/TR]
[TR]
[TD]Greg[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
sorry if this thread has been discussed in the forum