To understand what we are trying to do it is always best to use an example. We have a list of names in the range A1: A14, which we have called Name_list.
How many of these names are unique? The answer is obviously 11. But how we calculate it? We saw earlier that can be calculated using the SUMPRODUCT and COUNTIF functions, but today I want to show you another way to perform the same calculation, but this time using the FREQUENCY and MATCH functions.


