Explanation

The goal in this example is to return the minimum value that is unique, i.e.

the minimum value that occurs only once in the data.

By default, this is a list of any value that occurs one or more times in the data.

Excel formula: Unique values

To enable this feature, the argument needs to be set to TRUE or 1.

This is anarray formulaand must be entered with control + shift + enter, except inExcel 365.

This array is delivered directly to theIF function, which uses it like a filter.

Excel formula: Extract unique items from a list

The MIN function ignores empty cells, the logical values TRUE and FALSE, and text values.

More than one condition can be tested by nesting IF functions.

Excel formula: Minimum value if

Excel formula: Distinct values

Excel formula: Count unique values

Excel UNIQUE function

Excel MIN function

Excel COUNTIF function

Excel IF function