Hi,
need help figuring this out. I was given three documents with essentially the same data, but not all documents have all the entries, so I want to combine it into one complete list.
I have copied the data as is into column A, B and c. now I wish to consolidate them so I have one list with no duplicates.
I tried the remove duplicates feature, weirdly it tells me there are no duplicated, if I do duplicate highlighting though, the sheet lights up.
Any suggestions ?
Sample:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]col a
[/TD]
[TD]col b
[/TD]
[TD]col c
[/TD]
[/TR]
[TR]
[TD]Fanta
[/TD]
[TD]CabSouv
[/TD]
[TD]Bread
[/TD]
[/TR]
[TR]
[TD]Milk 03
[/TD]
[TD]Soup
[/TD]
[TD]Fanta
[/TD]
[/TR]
[TR]
[TD]Marmite
[/TD]
[TD]Apples
[/TD]
[TD]CabSouv
[/TD]
[/TR]
[TR]
[TD]Soup
[/TD]
[TD]Fanta
[/TD]
[TD]Marmite
[/TD]
[/TR]
</tbody>[/TABLE]
This should result in:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Fanta
[/TD]
[/TR]
[TR]
[TD]Milk 03
[/TD]
[/TR]
[TR]
[TD]Marmite
[/TD]
[/TR]
[TR]
[TD]Soup
[/TD]
[/TR]
[TR]
[TD]CabSouv
[/TD]
[/TR]
[TR]
[TD]Apples
[/TD]
[/TR]
[TR]
[TD]Bread
[/TD]
[/TR]
</tbody>[/TABLE]
any simple way of doing this ?
Thank you.
need help figuring this out. I was given three documents with essentially the same data, but not all documents have all the entries, so I want to combine it into one complete list.
I have copied the data as is into column A, B and c. now I wish to consolidate them so I have one list with no duplicates.
I tried the remove duplicates feature, weirdly it tells me there are no duplicated, if I do duplicate highlighting though, the sheet lights up.
Any suggestions ?
Sample:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]col a
[/TD]
[TD]col b
[/TD]
[TD]col c
[/TD]
[/TR]
[TR]
[TD]Fanta
[/TD]
[TD]CabSouv
[/TD]
[TD]Bread
[/TD]
[/TR]
[TR]
[TD]Milk 03
[/TD]
[TD]Soup
[/TD]
[TD]Fanta
[/TD]
[/TR]
[TR]
[TD]Marmite
[/TD]
[TD]Apples
[/TD]
[TD]CabSouv
[/TD]
[/TR]
[TR]
[TD]Soup
[/TD]
[TD]Fanta
[/TD]
[TD]Marmite
[/TD]
[/TR]
</tbody>[/TABLE]
This should result in:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Fanta
[/TD]
[/TR]
[TR]
[TD]Milk 03
[/TD]
[/TR]
[TR]
[TD]Marmite
[/TD]
[/TR]
[TR]
[TD]Soup
[/TD]
[/TR]
[TR]
[TD]CabSouv
[/TD]
[/TR]
[TR]
[TD]Apples
[/TD]
[/TR]
[TR]
[TD]Bread
[/TD]
[/TR]
</tbody>[/TABLE]
any simple way of doing this ?
Thank you.