EXCEL UNIQUE FUNCTION

The UNIQUE function in Excel produces a list of unique values inside a specified range. The result is returned in the form of a dynamic array.

Syntax :

=UNIQUE( array, [by_col], [exactly_once])

Parameters :

  • array – The range or array from which unique values will be returned.

  • [Optional] by col A logical value indicating whether rows or columns should be compared.

  • precisely once – [Optional] A logical value that controls whether only values that appear once

Step By Step Guide of UNIQUE Function

Example :

the Excel UNIQUE function is used to extract unique values from a particular range are returned. If the UNIQUE statement is immediately inserted into a cell, the outcome is a dynamic array that will be spilled onto the adjacent cells (not wrapped by another function).
To retrieve all distinct values from a vertical list of text values in B6:B15, for example.

Unique Function

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now