Skip to main content

How to count the number of unique and distinct values from a list of column?

Supposing, you have a long list of values with some duplicate items, now, you want to count the number of unique values (the values that appear in the list only once ) or distinct values (all different values in the list, it means unique values +1st duplicate values) in a column as left screenshot shown. This article, I will talk about how to deal with this job in Excel.

Count the number of unique or distinct values from a list of column with array formulas

Count the number of unique or distinct values from a list of column with useful features


Count the number of unique or distinct values from a list of column with array formulas

Count The Number Of Unique Values From A List Of Column

To count only the unique values in a column, please apply the below formula:

1. Enter or copy the below array formula into a blank cell:

=SUM(IF(COUNTIF(A2:A12,A2:A12)=1,1,0))

Note: In the above formula, A2:A12 is the list of data that you want to count unique values.

2. Then, press Ctrl + Shift + Enter keys together, all unique values which appear in the list only once has been counted as following screenshot shown:


Count the number of distinct values from a list of column

If you want to count the number of all unique values +1st duplicate values in a column, the below formula may help you.

1. Please enter or copy the below array formula into a blank cell:

=SUM(IF(A2:A12<>"",1/COUNTIF(A2:A12, A2:A12), 0))

Note: In the above formula, A2:A12 is the list of data that you want to count distinct values.

2. Then, press Ctrl + Shift + Enter keys together, you will get the following result as you need:


Count the number of unique or distinct values from a list of column with useful features

If you are painful for remembering the formulas, here, I will introduce a powerful tool - Formula Helper of Kuttools for Excel, the Formula Helper collects dozens of common formulas which can save much time for you, and you don't need to remember the formulas any more. With its Cout unique values and Count cells with unique values(include the first duplicate value) features, you can get the number of unique and distinct values from a list quickly.

Note:To apply the Cout unique values and Count cells with unique values(include the first duplicate value) features, firstly, you should download the Kutools for Excel, and then apply the features quickly and easily.

After installing Kutools for Excel, please do as this:

1. Click a cell where you want to output the result. See screenshot:

2. Then click Kutools > Formula Helper > Formula Helper, see screenshot:

3. In the Formulas Helper dialog box, please do the following operations:

  • Select Statistical option from the Formula Type drop down list;
  • Then choose Count unique values or Count cells with unique values (include the duplicate value) from the Choose a fromula list box as you need;
  • In the right Arguments input section, select a list of cells that you want to count unique values.

4. Then click Ok button, the unique or distinct values will be calculated as below screenshot shown:

Free Download Kutools for Excel Now!


More relative articles:

  • Count Unique Values Based On Another Column In Excel
  • It may be common for us to count unique values in only one column, but, in this article, I will talk about how to count unique values based on another column. For example, I have the following two columns data, now, I need count the unique names in column B based on the content of column A to get the following result.
  • Count Unique Values Between Two Dates In Excel
  • Have you ever confused with counting unique values between a date range in Excel? For instance, here are two columns, column ID includes some duplicates numbers, and column Date includes date series, and now I want to count the unique values between 8/2/2016 and 8/5/2016, how can you quickly solve it in Excel?
  • Count Unique Values In Pivot Table
  • By default, when we create a pivot table based on a range of data which contains some duplicate values, all the records will be counted as well, but, sometimes, we just want to count the unique values based on one column to get the right screenshot result. In this article, I will talk about how to count the unique values in pivot table.

  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
  • Merge Cells/Rows/Columns and Keeping Data; Split Cells Content; Combine Duplicate Rows and Sum/Average... Prevent Duplicate Cells; Compare Ranges...
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
  • Favorite and Quickly Insert Formulas, Ranges, Charts and Pictures; Encrypt Cells with password; Create Mailing List and send emails...
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
  • Pivot Table Grouping by week number, day of week and more... Show Unlocked, Locked Cells by different colors; Highlight Cells That Have Formula/Name...
kte tab 201905
  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
officetab bottom
Comments (3)
Rated 0.5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
Found out the problem with the formulas to count unique/distinct values in a range. Short answer: Excel STINKS. Long answer: The formulas work for up to about 5000 cells of data and after that performance degrades with more cells of data. With 55,624 cells of data like I have the formula completely fails and returns #VALUE! or 0 after a few minutes. And a few times while experimenting with capacity Excel crashed and mangled the spreadsheet file. Personally I think formulas that can fail spectacularly and damage a file should NOT be posted for an unsuspecting world as "solutions" to try but maybe other people are more tolerant of file destruction than I am.
This comment was minimized by the moderator on the site
NONE of your formulas work, following your steps I get either #VALUE! or a formula that doesn't calculate and the text of it just sits there in the formula bar. And by NONE I mean all the ones with formula text I could copy and paste. Are your tutorials only for users with Excel 365 or something? Because for me on 3 different PCs with Windows 10 and Office Pro Plus 2016 the formula =COUNTIF(A2:A12,A2:A2) returns 0, making all the more complex formulas fail with #VALUE! Also the Terms and Conditions checkbox for this comment was covered by the useless "share" strip on the left margin. I hate bad web design presenting useless tutorials.
Rated 0.5 out of 5
This comment was minimized by the moderator on the site
> ЖОДНА з ваших формул не працює, виконуючи ваші дії,

Треба замінити , на ; між аргументами функцій
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations