Parameter List
The range from which to count distinct values. For example: A1:A10.
The range of conditional values to check against criterion1. Must be the same size as range. For example: B1:B10.
The condition to apply to criteria_range1. For example: ">5".
An additional range of conditional values to check against criterion2. Must also match the size of range.
In range, COUNTUNIQUEIFS counts the number of distinct values that satisfy all specified conditions across the given criteria_range pairs.
You can use:
""to count unique values wherecriteria_rangehas no value."<>"to count unique values wherecriteria_rangeis not empty."<>number"or"<>text"to count unique values that are not equal to that number or text incriteria_range.Operators such as
">"or">="to count unique values where the condition is true.