I have a column in openoffice calc with a set of codes. For example:
B1
B1
Br
Bh
Ht
C3
C3
So what I would like to do is delete all the duplicates so I am left with just:
Br
Bh
Ht
Any help much appreciated.
Cheers
After that Go to Data >> Filter >> Standard Filter. Click on More Options. This will take you to more advanced options. Click on No Duplicates.
To remove duplicate lines in LibreOffice CalcSet the filter rule: "ColumnA = Not empty". Expand Options, and check (enable) the box "No duplications". Click OK to execute the filter. Duplicate lines are now removed.
Select the column, select "Conditional Formatting" - "Highlight Cells Rules" - "Duplicate Values" and voilá! All values that were duplicate on this column it was paint with color red, for example.
Select the entire range containing data to filter, then click on the menu
Data > Filter > Standard Filter
and:
Use a condition that is always TRUE, like field1 = Not empty
Click on the button more, select Remove Duplicate, select Copy to and put the address of an empty cell The whole range (without duplicate) will be analyzed and copied at that new address.
source
Or
For both Calc and Excel the quick and dirty solution would be
=COUNTIF($A:$A;$A1)
copied down for every entry in Column A.
All entries where the result is 1 can be filtered as new values.
Calc syntax for COUNTIF:
Source
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With