Advertisement
Guides

How to Count Unique values in Excel (2023)

While working on Excel, users might often need to count how many unique or duplicate values are there in the dataset. Counting these values is easy with small datasets. However, when you are working with a large dataset, manually counting values isn’t viable. Fortunately, there are a few ways you can use to count the unique values on your Excel sheet and this guide will help you with it.

Excel: How to Count Unique Values (2023)

Advertisement

To count unique values in Excel, you can use an array formula that combines the COUNTIF and SUM functions. The COUNTIF function counts how many times a value appears in a range, and the SUM function adds up those counts. By dividing 1 by the COUNTIF result, we can get the fraction of each value that is unique. For example, if a value appears twice in a range, its fraction will be 1/2, and if it appears three times, its fraction will be 1/3. Then, by summing up these fractions, we can get the total number of unique values. Hence, to count the unique value, type the following formula:

=SUM(1/COUNTIF(range,range))

  • Where “range” is the cell range that contains the values you want to count.
  • Press the ‘Ctrl’ + ‘Shift’ + ‘Enter’ keys on your keyboard after entering the cell range in the above formula.
  • You will see curly brackets “{}” around the formula in the formula bar, and the unique value numbers will be shown in the selected cells.

Example

Suppose you want to count how many unique candies you ate in two months, you can use the following formula:

=SUM(1/COUNTIF(B2:C5,B2:C5))

As mentioned in the above figure, this formula will return the value 5, which is the number of unique candies you ate in the range B2:C5.

Hope this guide helps you to count unique values in Excel. Also, check out our other guides, such as How to delete duplicates in Excel or How to unhide rows in Excel.

Advertisement
Devendran

A Storyteller who is keen to learn something new about technology.

Recent Posts

Best Cheapest CS2 Skins

In this guide, we'll explore the cost of skins in CS2, what determines their prices,…

2 days ago

The Evolution of UK Bookmaking from Local to Digital

The history of the UK is interconnected with the tale of bookmaking, reflecting the rich…

3 weeks ago

When is Helldivers 2 Coming to Xbox?

What are Arrowhead Game Studios plan to release Helldivers 2 on Xbox? Here are some…

2 months ago

How To Find Median in Excel?

Here is the formula on how to find Median of a dataset in Microsoft Excel.

2 months ago

FF7 Rebirth Trophy Guide: All Trophies List And Platinum (100%)

Here's the list of all the FF7 Rebirth trophies including the Platinum trophy.

2 months ago

FF7 Rebirth Demo Rewards: How To Redeem

Here's how to redeem all the demo rewards and bonuses in Final Fantasy 7 Rebirth.

2 months ago