How to find unique values in Excel

Remove duplicate values within seconds using the UNIQUE formula in Excel worksheets. Learn how to use the UNIQUE function in your tables. Save time now!

Do you wonder what are the unique values in your Excel table? Do you need to extract unique data or remove duplicate values? Have you ever heard of the UNIQUE function in Excel?

The UNIQUE function returns a list of unique values in a specific list or in a range. This function is handy when you want to extract unique data from long lists for example.

The UNIQUE formula syntax in Excel is =UNIQUE(array,[by_col],[exactly_once]).

It contains 1 required argument and 2 optional ones.

array – the range or array to analyse. It can be rows, columns, or a combination of both. This argument is required.
[by_col] – (optional) This is a logical value indicating how to compare the data in array. TRUE compares columns against each other while FALSE (or omitted) compares rows against each other.
[exactly_once] – (optional) This argument returns rows or columns that occur exactly once in the array argument. It’s a logical value: TRUE or FALSE. TRUE returns all unique values in rows or columns occurring just once within the array argument. FALSE (or omitted) returns all distinct rows or columns from the array argument.

To use the UNIQUE function in Excel, first decide which array to analyse. Then, decide where you want the result to appear, knowing you will need some blank cells (in rows and in columns sometimes).

The error message SPILL! will appear if you don’t leave enough space (blank cells) for the UNIQUE results.

To find unique values on Excel, adapt the UNIQUE formula to your request. Check the various examples below to learn from them and easily find unique values!

To find unique values in a row, in Excel, use this formula: =UNIQUE(array,TRUE).

In this example, we want to display unique names (there is an extra “March”).

In Excel, find unique data in a column by using the following formula: =UNIQUE(array).

In this example, we want to find unique names from our customer list. All the names are in column A, from cell 60 to cell 75. The formula we use is =UNIQUE(A60:A75).

As a result, Ted and Jodie only appear once in the new list.

If you have some data linked between rows and columns in a table and want to find unique values, in Excel use this formula: =UNIQUE(array,TRUE).

Note that if you have a vertical table, you can just use write =UNIQUE(array) for the UNIQUE function.

In this example, we want to delete duplicates (indeed, the column March with the number 2 is appearing twice).

In this other example, we want to delete duplicated customers. Indeed, Ted Jordan and Jodie Garner appear 2 times in our table.

We used the formula =UNIQUE(array) but could have also used =UNIQUE(array,TRUE) because this is a vertical table.

In the above example, first and last names are detached because they are written in 2 different columns. This might be confusing to read because some customers share the same first name (Ted Jordan and Ted Max) or last name (Ted Jordan and Mike Jordan). If we want the result to show full names within the same column, we just need to add ampersands (&) within the UNIQUE formula.

The formula is =UNIQUE(data_in_column1&” “&data_in_column2) so =UNIQUE(A60:A75&” “&B60:B75).

Finding a unique value in Excel might not be enough for your request. If you need to find unique values appearing only once in a row, a column or in a table, just add TRUE to the least argument.

Find unique values (appearing only once) by using the UNIQUE formula =UNIQUE(array,[by_col],TRUE).

For example, we want to find customers who ordered with us only once, from our customer list. We want to find their name and send them a promotional code so they would make more purchases.

We are comparing rows against each other in our table (vertical table) so we can type =UNIQUE(A60:B75,,TRUE) or =UNIQUE(A60:B75,FALSE,TRUE) as the UNIQUE formula, for this example.

Thanks to this tutorial including various examples, now, you know how to find unique values in Excel.

Extracting unique values and filtering duplicates out in Microsoft Excel is now a new skill of yours!

Do you know you can receive an Excel certificate to add to your CV or LinkedIn profile thanks to Ted Jordan? To do so, click here!

Advertising
Analytics

Categories

AllAdvertisingFormatsPlatformsKPI'sAd News

What is O&O Advertising?

Discover one more important jargon term used in Programmatic Advertising: O&O advertising. Get familiar with O&O formats and advantages.

Read More

Best DSPs for Programmatic Advertising

Ted Jordan shares his list of best DSPs for Programmatic Advertising so you don’t have to lose time searching the internet to find the right Demand-Side Platform for your campaigns.

Read More
What is Programmatic Advertising?

Programmatic Advertising Explained

Understand what programmatic advertising is and how it works to increase your ROI and become a specialist. Go from programmatic dummy to programmatic expert.

Read More
Programmatic Advertising: What is a SSP?

Supply-Side Platforms (SSPs) Explained

SSPs basics in advertising: learn what Supply-Side Platforms are used for and who use them. Get familiar with more programmatic advertising technical terms.

Read More

Programmatic Acronyms: 44 Terms to Know

Learn what these 44 Programmatic Advertising acronyms mean to understand what your colleagues or customers are saying when they use it. Explained with simple words, by Ted Jordan, for Digital...

Read More
Programmatic Advertising: What is a DSP?

What are DSPs?

A DSP is a great tool to use but what does DSP stand for in marketing? What are some Demand-Side Platforms examples? Today, we answer your questions!

Read More

Categories

AllFunctionsToolsShortcut Keys
Split Semicolon Separated Value in Excel

How to split semicolon separated values in Excel

Split semicolon separated values in Excel into columns and rows, or convert columns to semicolon separated values, like an Excel Master!

Read More

How to change shapes in Excel column charts

Learn how to easily change the columns shape in your Excel charts so your colleagues and customers will remember your impacting graphs.

Read More

How to use the LEFT, RIGHT and MID functions

Learn how to extract text in Excel with the LEFT, RIGHT and MID functions. Plenty of examples to learn from and functions are explained with simple words. If you start...

Read More
Absolute Referencing in Excel

Locking cells: what’s the Excel dollar sign shortcut?

The Excel absolute reference shortcut will become one of your favourites to save time! Switch from relative to absolute references in seconds using this trick.

Read More
Using Text to Column to Extract texts on Excel

Excel: How to split text into columns

If you need to extract data in Excel, you may want to use the Text to Columns tool. With only 3 steps, it's really easy to split text into columns.

Read More
IF vs IFS Functions in Excel

What is the IFS function? (Excel)

Learn how to use IFS in Excel instead of using IF with multiple conditions and OR. Learn at your own pace!

Read More