How to Remove Duplicates in Google Sheets
Last Updated :
17 May, 2024
Google Sheets as a part of Google Workspace, is one of the popular cloud-based spreadsheet applications widely used for data management and analysis. It allows users to create and edit data on spreadsheets and enables us to share spreadsheets online which can be accessible from any device with internet access.
However as we work with large data sets, duplicate data can often appear which can lead to confusion, incorrect results, and cluttered sheets. So in this article, we'll learn How to Remove Duplicates from our Google Sheets.
How to Remove Duplicates in Google Sheets
How to Remove Duplicates In Google Sheets
Google Sheets offers simple yet powerful features to help us remove duplicates efficiently and avoid cluttering. There are two ways to remove duplicates from Google Sheets efficiently. Let's discuss both ways one by one.
- Using Data Cleanup.
- Using the Google Sheets function.
Remove Duplicates In Google Sheets Using Data Cleanup
Data cleanup in Google Sheets refers to the process of organizing, refining, and standardizing data with spreadsheets to improve its accuracy, consistency, and usability. Data Cleanup involves tasks like removing duplicates, correcting errors, formatting the data, and dealing with empty cells. This process is important to ensure that data is in an appropriate state and to maintain the quality of data.
As you can see there are two duplicates rows in the table below - Finland And Sweden.
Google Sheet (list of countries)1. Deleting Duplicates from all rows and columns
It means it will delete a row if both its country and happiness index value is same as previous.
Step 1: Select Data Range
Open your sheet from which you want to remove duplicates and select the cells from which you want to remove duplicates. In this case we have selected the entire table.
Selecting Data RangeStep 2: Select Data Cleanup And Remove Duplicates
Go to Data menu at the top as shown on your desktop screen. As you click on data tab a drop down menu will appear with options and select Data Clean-up option from those and then select Remove Duplicates.
Data -> Data Clean-up> Remove Duplicates
Remove Duplicates
Step 3: Configure Data Cleanup
In the pop up box, select {Data has Header Row} if your selection contains header rows like country and happiness index. Then Select {Select All} as we have to remove duplicates from all.

Step 4: Remove Duplicates
Click on Remove Duplicates and it will remove duplicates from our table. It will show a message indicating how many rows have been removed. In this case there were 2 duplicate rows that have been removed.
Removing Duplicates2. Deleting Duplicates Based on Particular Column
In the previous step if we have a duplicate country but their happiness index is different then it will not be removed, For example - here we have a duplicate value Finland but its Happiness Column is different so it will not be removed .In order to remove it we have to remove duplicate based on only the Country column.
Deleting Duplicates Based on Particular ColumnStep 1: Select Data Range
Select all the cells from which you want to delete duplicates in your document.
Selecting the data range
Step 2: Select Data Cleanup
Select Data-> Data Clean-up -> Remove Duplicates

Step 3: Configure Remove Duplicates
Select the column to analyse for duplicates. In this case we have only selected Column A (Country)
Configuring Remove Duplicates Dialogue BoxStep 4: Remove Duplicates
Click on Remove Duplicates. It will remove the duplicate cell Finland and its happiness index .

How to Remove Duplicates Using Google Sheet Function
Functions in Google Sheets are built-in formulas that perform specific tasks and calculations. They are used to manipulate data, perform mathematical operations, analyse information and automate tasks in Google Sheets. Google sheet has a UNIQUE function which we can use to create a separate table which is dynamic (means it will automatically change when we change the original data) based on the columns. However it will not remove the duplicates but will show a different table which has only Unique Values.
Step 1: Select the Starting Cell
Select a cell which will be the starting point of our new table. Select a cell and put your cursor on the selected cell. In this case cell D3 has been selected.
Step 2: Enter The Unique Formula
In the cell write " =UNIQUE(COLUMN_START: COLUMN_END) ". Replace COLUMN_START and COLUMN_END with your column start and end.
In this case I wrote =UNIQUE(A2:B10)

Step 3: Press Enter
After writing the formula you need to press the Enter key and now you'll see a separate table has been created from the cell you choose which does not contains any duplicates.
Press the Enter Key to Remove Duplicates
Conclusion
By following the mentioned steps you'll be able to remove the duplicates in your Google Sheets , improve the quality of data and maintain a well organised spreadsheet. Do remember that the steps in this article may slightly differ depending on the version of the Google Sheet you are using but the overall and general process will remain the same.
Similar Reads
How to Highlight Duplicates in Google Sheets
How to Find Duplicates in Google Sheets - Quick Steps Select the dataset (in your Google Sheets)Go to âFormatâ > âConditional formattingâClick on âCustom formula isâInput the following formula: =COUNTIF(Search Range, Cell reference) > 1Under âFormatting style,â specify the formatting and click
6 min read
How to Make Bar Charts in Google Sheets
Bar charts are an excellent way to visually represent data comparisons, and Google Sheets offers intuitive tools to create and customize them. Whether you're looking to create a bar graph in Google Sheets or explore options like grouped and stacked bar charts, this guide will walk you through the st
5 min read
How To Remove Duplicates From Vector In R
A vector is a basic data structure that is used to represent an ordered collection of elements of the same data type. It is one-dimensional and can contain numeric, character, or logical values. It is to be noted that the vector in C++ and the vector in R Programming Language are not the same. In C+
4 min read
How to Insert Cells in Google Sheets
How to Insert Cells in Google Sheets - Quick StepsOpen Google Sheets>>Choose your SpreadsheetSelect a Cell>>Perform a right-clickSelect Insert Rows or ColumnsCells InsertedIn Google Sheets, inserting cells can help you structure your data more effectively, allowing you to add new informa
7 min read
How to Install and Remove Add-ons in Google Sheets
Add-ons in Google Sheets are a powerful way to extend the platform's functionality, making it even more versatile for tasks like data analysis, automation, and collaboration. Knowing how to install add-ons in Google Sheets or remove them is essential for optimizing your workflow. By exploring tools
5 min read
How to Open a CSV File in Google Sheets
Ever received a data dump in a mysterious file format called CSV? Don't worry, it's not an alien language! CSV stands for "Comma-Separated Values," and it's a common way to store data in rows and columns. But how do you unlock this treasure trove of information? Fear not, data warrior! This guide wi
5 min read
How to Remove Lines in Google Docs
Have you ever encountered unwanted lines in Google Docs that disrupt the flow of your document? Whether itâs a table border, a horizontal line created by typing hyphens or underscores, or paragraph borders, these lines can sometimes make your document look cluttered. The good news is, removing them
8 min read
How to Use Add-Ons in Google Sheets
Google Sheets add-ons offer an incredible way to expand the functionality of your spreadsheets, making them more efficient and versatile for various tasks. Whether youâre looking to automate repetitive workflows, perform advanced data analysis, or customize your sheets for specific needs, add-ons fr
3 min read
How to Remove Duplicates in LibreOffice?
Removing duplicates in LibreOffice is a useful way to clean up your data and make sure you have accurate and unique information in your spreadsheets. Duplicates can cause confusion and errors in data analysis and reporting, so it's important to know how to remove them efficiently. LibreOffice Calc,
5 min read
How to Find and Remove Duplicates in Excel
Inacurate data always ruin your data and that the reason removing duplicates in Excel because it is one of the reason for duplicate data in Excel. In this guide, we aer going to explain you the best ways to find and remove duplicates in Excel. How to Find and Remove Duplicates in ExcelIn the section
9 min read