Created
June 25, 2015 14:44
-
-
Save arthurleon/fb1bc488463eca994518 to your computer and use it in GitHub Desktop.
Get unique values of a column in Libre Office Calc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select the whole column | |
Data > Filter > Standard Filter | |
Change 'Field Name' to -none- , click on 'More options' and check on 'No duplication' box | |
Source: http://superuser.com/questions/238656/openoffice-get-distinct-values-from-column |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
amazing, thank you