How to Count Unique Values in Excel

Is there a formula to count unique values in Excel?

Yes, you can use a formula to count unique values in Excel. One common way to do this is by using the combination of the COUNTIF and SUM functions along with an array formula. Here’s how you can do it:

What are Unique Values in Excel?

Unique Values in Excel appear in a list of items that occur only once. The main aim of counting unique an distinct values is to separate them from the duplicates of the list in Excel.

How we can Count distinct values in multiple columns simultaneously in Excel?

We can count distinct values in multiple columns with the help of the SUM and COUNTIFS functions together.

  • Step 1: Select any random cell where you want the result to display.
  • Step 2: Use the Formula “=SUM(1/COUNTIFS(range1,range1, range 2,range2…)” where ranges are the cells in which you want to count the distinct values.
  • Step 3: Press “CTRL+SHIFT+ENTER” because of an array formula.

What are the distinct values in Excel?

Distinct values in Excel are the unique values that appear only once in a range of cells. For example, distinct values from the Range {A, B, B, C, C, D}  are {A, B, C, D}.

Explain the formula “=SUM(1/COUNTIFS(B5:B14,B5:B14)”.

The COUNTIFS function is used to see how many times a value appears in the list. This will give you a fractional value that will add up to 1 for each distinct value in the list after inverting this. 

And SUM function then adds all the fractions up and the total is the number of distinct values in the list.  

Is there any In-built function to count the distinct values in Excel without using any formula?

There is no Inbuilt function in Excel to count Distinct values without using formulas. The alternative way is to use the “ Remove Duplicates” feature, This will help you to remove duplicates and give you the Count of unique values.  



How to Count Unique Values in Excel? 5 Easy Ways

Count Unique values in Excel is a feature that can help you to find the values that occur only once in the huge list of Excel. We often need to report the Unique number of customers purchased, the number of products in our stock, List of regions our business covered.  

In this article, we explain how to count unique values in an Excel column.

How to Count Unique Values in Excel? 5 Easy Ways

Before moving ahead you should know the difference between unique values and distinct values.

  • Unique Values: These are the values that occur only once. Unique Values from the list {1,2,3,1,4,2,7,5,7} are {3,4,5}.
  • Distinct Values: These are the Values that are different. Distinct values from the list are {1,2,3,1,4,2,7,5,7} are {1,2,3,4,5,7}.

Similar Reads

How to Count Unique Values in Excel?

Unique Values in Excel appear in a list of items that occur only once. The main aim of counting unique and distinct values is to separate them from the duplicates of the list in Excel....

Count Unique Values in a Column Using SUM and COUNTIF Functions

Using SUM and COUNTIF formulas together. This is the easiest and simplest way to find Distinct values in Excel....

How to Count Unique Text Values in Excel

In case your Excel list contains both text and numerical values and you want to count only unique text values then you can count unique text values in Excel by using ISTEXT Function to the formula....

How to Count Unique Numeric Values in Excel

In case your Excel list consists of both types of values numeric as well as text. But you want the Count of Numeric that is unique in the list. In that case, you can use the ISNUMBER function in the formula....

How to use the UNIQUE Function to Count Unique Values in Excel

If you are using MS Office 365, you can use the below formula to compute the unique count....

How to use the COUNTA Function to Count Unique Values in Excel

COUNTIFS allows you to count values based on one or more criteria. COUNTIFS Function counts the distinct values from the range....

How to Count Distinct Values Using the Advanced Filters in Excel

Advanced filters are a feature in Excel that allows you to specify complex criteria using formulas....

How to Count Distinct Value Using Pivot Table

Follow the steps to Count Distinct values using the Pivot table:...

How to Count Distinct Values Using VBA

There is no in-built Function in Excel to Count the distinct values from the range. But with the help of VBA, we can make our function count the distinct Values in Excel....

How to Count Unique Values in Excel – FAQs

Is there a formula to count unique values in Excel?...

Contact Us