

⏩ COUNTIFS($D$5:$D$13, G5, $B$5:$B$13, $B$5:$B$13: For all addresses that exist just once, will return TRUE for all addresses that repeat multiple times, return FALSE. ⏩ G5=$D$5:$D$13: This will find the cells containing Jhon, as cell G5 contains Jhon. Secondly, put the formula in that cell.Firstly, select the cell where you want to count the unique values using the criteria.We can count the number of unique values based on a single criterion by combining the SUM, IF, and COUNTIFS functions in Excel. Estimate Unique Values Based on a Particular Criteria in Excel Now, we want to count the unique values with different criteria, so, let’s demonstrate the examples of those by using this dataset.ġ. The dataset contains some Product names in column B, the Brand of each product in column C, the names of the Customers who brought those products in column D, and the Contact Address for each customer in column E. To count unique values with criteria by using the COUNTIFS function in Excel, we are going to use the following dataset. The total number of times a set of criteria has been met.Ĥ Different Examples to Count Unique Values with Criteria by COUNTIFS in Excel Range2: This is the second range to be evaluated.Ĭriteria2: The range2 criteria to utilize. Range1: This is the first range to be evaluated.Ĭriteria1: The range1 criteria to employ.

In Excel, the COUNTIFS function counts the number of cells in a range that match one of the provided conditions.ĬOUNTIFS (range1, criteria1,, , …)
