Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the codes/numbers are strictly numbers:
=COUNT(1/FREQUENCY(A1:A10,A1:A10)) If they may be alphanumeric: =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Biff "Tinkerbell1178" wrote in message ... I need to count how many different codes/numbers are in a list, and some of them are duplicated. eg: 300001600 300001600 300002465 300001435 300005642 I need the result to show that there are 4 different numbers, rather than 5 in total. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table- how do I eliminate duplicates in count of name | Excel Discussion (Misc queries) | |||
Count excluding Duplicates | Excel Worksheet Functions | |||
Count Duplicates | Excel Discussion (Misc queries) | |||
Count 350 SS numbers, exclude duplicates | Excel Discussion (Misc queries) | |||
count a group of numbers but do not count duplicates | Excel Worksheet Functions |