Measure distinct items across pasted lists with confidence. Compare duplicates, blanks, and cleaned values easily. Get fast counts, charts, exports, and helpful interpretation today.
Paste a list, choose cleanup rules, and count distinct entries accurately.
Example below assumes trimming is on, blanks are ignored, case sensitivity is off, and numeric normalization is enabled.
| Row | Input | Cleaned | Result |
|---|---|---|---|
| 1 | Apple | apple | Unique |
| 2 | Banana | banana | Unique |
| 3 | apple | apple | Duplicate |
| 4 | Banana | banana | Duplicate |
| 5 | 010 | 10 | Unique |
| 6 | 10.0 | 10 | Duplicate |
| 7 | Grape | grape | Unique |
| 8 | [blank] | [blank] | Ignored blank |
Here, N is the number of counted entries after selected cleaning rules. The cleaned value v′ means the original entry after trimming, case handling, blank filtering, and optional numeric normalization.
It represents how many different cleaned values remain after your selected rules are applied. Cleaning can remove blanks, trim spaces, combine letter case, or normalize numbers before counting distinct items.
Parsed entries are all pieces found after splitting the list. Counted entries exclude values removed by your rules, such as blank entries ignored during cleanup.
That happens when case sensitive comparison is off. In that mode, uppercase and lowercase letters are treated as equivalent during matching.
If numeric normalization is enabled, numeric strings are converted to a comparable standard form. That lets values like 010, 10, and 10.0 match as the same number.
The chart shows the top values up to your chosen chart limit. This keeps the graph readable when your list contains many distinct items.
Yes. It works for many list types, including labels, product codes, survey answers, category names, short text entries, and simple numeric strings.
Duplicate entries are repeated occurrences beyond the first appearance of each unique value. They are calculated as counted entries minus unique values.
Turn it off when blank positions are meaningful in your dataset. Leaving blanks in the count can help you inspect missing values as a separate distinct item.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.