What Is the unique function in LO Excel
1 Like
LO Excel
There is no LibreOffice Excel
LO Excel equivalent…CALC !
I need this .
Hello,
the bad news: LibreOffice Calc does not have a UNIQUE()
function. There is an enhancement request tdf#126573 Add array functions in Calc: FILTER, SORT, SORTBY, UNIQUE, SEQUENCE, RANDARRAY to implement such functions.
Hope that answers your question.
You can create your own macro functions, like this MYUNIQUE function in my sample file. Use it as an Array Function of the LibreOffice Calc application.
1 Like
- A pivot table with a set of row fields displays the set of unique items.
- The standard filter has options to filter unique items in place or copy them to some other place
- LibreOffice has a database component where this is the most trivial functionality.