Hello all Excel experts and members,
I would like to find duplicate value for big data simultaneously. However, it would be time consuming and ineffective if I do it column by column.
I hope some of the Excel expert can give me some advice. Below are portion of the sample data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Day 1[/TD]
[TD]Day 2[/TD]
[TD]Day3 [/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]25[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]25[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
I would be expecting the following outcome:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Day 1 [/TD]
[TD]Day 2[/TD]
[TD]Day 3[/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[TD]Duplicate [/TD]
[/TR]
</tbody>[/TABLE]
Many thanks.
I would like to find duplicate value for big data simultaneously. However, it would be time consuming and ineffective if I do it column by column.
I hope some of the Excel expert can give me some advice. Below are portion of the sample data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Day 1[/TD]
[TD]Day 2[/TD]
[TD]Day3 [/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]25[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]25[/TD]
[TD]35[/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]30[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
I would be expecting the following outcome:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Day 1 [/TD]
[TD]Day 2[/TD]
[TD]Day 3[/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[/TR]
[TR]
[TD]Duplicate [/TD]
[TD]Unique [/TD]
[TD]Duplicate [/TD]
[/TR]
</tbody>[/TABLE]
Many thanks.