Site icon libreofficehelp.com

How to Remove Duplicates in LibreOffice Calc List

This quick guide explains how you can remove duplicates in LibreOffice calc list. And it’s super easy.

If you used Microsoft Excel, you might have already known that it provides an option in the ribbon to remove duplicates.

However, there is no direct option to remove duplicates in LibreOffice Calc. You have to use the advanced filter and a trick to achieve this. Here’s how.

I’m going to explain two different methods to do this. The first method uses a helper column to remove duplicates. And the second method is to hide the duplicates and filter the rest.

The second method is easy and recommended.

Method 1: Remove Duplicates via helper column

For example, you have the following set of data. I want to remove the duplicates from Column A. For better understanding, I have highlighted them in RED.

Sample data for duplicate explanation

Follow the below steps.

Helper column added
Sort by column
=IF(A3=A2,1,0)
After adding the formula
Duplicate values
After removing duplicates

That’s it. It’s easy, isn’t it? Checkout the video for the above method.

Video – Method 1

However, there is another way, see below.

Method 2: Remove Duplicates via autofilter (Recommended)

It’s easier to understand with an example. We have this list of items with the following data. The duplicate values are colour-coded as below.

data for removing duplicates

To remove duplicates, select the list. And then, from the menu, click on Data -> More Filters -> Advanced Filters.

advanced filter option

On the Advanced Filter window, select the range for removing the duplicates. It can be a single column or multiple columns of data of any size.

Then select the option "No duplicates".

no duplicate option

Press OK.

after removing the duplicates

And there you have it. Your data set without duplicates. Now you can copy the unique data to some other sheet or workbook for further analysis and processing.

Video – method 2

If you still have doubts, I have put up a quick video below. And don’t forget to subscribe to us on YouTube!

Common Errors and Usage Notes

This range does not contain a valid query error
Invalid sheet reference

Wrapping Up

As the LibreOffice Calc doesn’t provide a simple enough quick option, you have to follow this way to remove the duplicates. Do let me know which method worked out for you.

Exit mobile version