FormulaCraft

UNIQUE

Return the distinct values from a range, removing duplicates.

UNIQUE outputs each value only once. Pair it with SORT or COUNTIF to build clean summaries and dropdown sources.

Excel
=UNIQUE(A2:A100)
Google Sheets
=UNIQUE(A2:A100)

How it works

  1. 1A2:A100 is the range.
  2. 2Duplicates are removed; each value appears once.

Need a version for your data?

Try: “List the unique values from column A

Related