Course Content
Excel Formulas
Excel Formulas
UNIQUE Formula in Excel
Definition
The UNIQUE function in Excel is designed to return a list of unique values from a specified range or array. This is particularly useful when you need to remove duplicates or identify distinct items from a dataset.
Note
A logical value in Excel is either TRUE
or FALSE
, used in formulas to control decisions based on conditions.
Suppose you have a list of names in column A
, and you want to extract the unique names. Write this formula and give it a range of values and excel will do the heavy work for us.
The UNIQUE function can also be used to extract unique rows from a dataset. And you can create a formula that will return only the unique rows from the specified range.
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 2