In this tutorial, you will learn how to return only unique rows using Google Sheet Query.
How to Return Only Unique Rows (Google Sheets Query)
The Query function in Google Sheets is the program’s most powerful and flexible feature. With this versatile tool, you can use data commands to change the data in Google Sheets. The majority of pivot table functionality may be duplicated by this single function, which takes the place of numerous others.
The UNIQUE function returns a list of unique names. This means that by using the UNIQUE function, you are able to eliminate all repeated text, numbers, strings, etc.
Once ready, we’ll get started by utilizing real-world examples to show you how to return only unique rows using Google Sheets Query.
Understand Google Sheets Query
Before using an example, you will need to understand how does a Google Sheets query work.
=QUERY(data, query, [headers])
Google Sheets query requires 3 arguments:
- the data range you want to look at
- the query you want to run, in quotation marks
- an optional number indicating the number of header rows in your data
Return only Unique Rows using Google Sheets Query
Before we begin we will need a group of data to be used for the Google Sheets query formula.
Step 1
To begin the query formula, we select an empty cell to input the formula. In this example, it will be E1. Then, we will insert an equal symbol followed by ‘UNIQUE’ then ‘QUERY’ and an open bracket. There will be a blue question mark at the side, you can click on it to reveal the arguments needed for this function to work.

Step 2
Next, we insert our argument. We will select A1:C12 as our data range, which is our first argument. Then, we will insert “SELECT A, B”, which is our second argument. Always remember to close any formulas with a closing bracket to signify that the formula is now complete.

Step 3
Once you press Enter, the unique rows will appear. It will look something like this.

Take Note!
- The data returned from the Query function will not be formulated. You can edit the data to your own preferences.
Summary
That’s all there is to it. You are welcome to copy the example spreadsheet below to see how it is done. The most crucial lesson is to enjoy yourself while doing it.
Example Spreadsheet: Make a copy of the example spreadsheet
In this tutorial, I covered how to return only unique rows using Google Sheets Query. Want more? Check out all the Google Sheets Tutorials.
More ways to query in Google Sheets:
- Select Multiple Columns
- Select Rows that Contain String
- Use “Not Equal” in QUERY
- How to Create a Pivot Table with QUERY
- How to Use Order By
- How to Use Group By
- How to Filter by Date Range
- TODAY Function
- COUNT Function
- SUM Function
- Extract Top N Values from Range
- QUERY From Another Sheet
- QUERY From Multiple Sheets
- Use CONCAT with QUERY
- Use IMPORTRANGE with Conditions
- Use IMPORTRANGE with Multiple Sheets
- QUERY Using Month
- Use Cell Reference in Formula
- Multiple Criteria in QUERY
- Wildcard Characters
- Label Clause
- Sort with Google Sheets QUERY
- Use Both QUERY & FILTER Together