Overview - UNIQUE function
What is it?
The UNIQUE function in Google Sheets extracts unique rows or values from a range or array. It removes duplicates and returns only one instance of each distinct item. This helps you quickly find all different entries without manually scanning or sorting. It works with numbers, text, or mixed data.
Why it matters
Without the UNIQUE function, finding distinct values would require manual filtering or complex formulas, which is slow and error-prone. UNIQUE saves time and reduces mistakes by automatically showing only unique data. This is essential for cleaning data, summarizing lists, or preparing reports where duplicates can confuse decisions.
Where it fits
Before learning UNIQUE, you should understand basic cell references and ranges in Google Sheets. After UNIQUE, you can explore related functions like SORT, FILTER, and ARRAYFORMULA to manipulate and analyze data more powerfully.