Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet containing a list of names. Many names are repeated. I
need to count the number of unique names in the list. Anyone got a formula for me? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, If your list of names was in A1:A5 then this: =SUM(1/COUNTIF($A$1:$A$5,A1:A5) entered using Ctrl+Shift+Enter is an array formula that works. Sam "xp" wrote: I have a spreadsheet containing a list of names. Many names are repeated. I need to count the number of unique names in the list. Anyone got a formula for me? Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count unique dates within each unique ID | Excel Worksheet Functions | |||
Unique Count | Excel Worksheet Functions | |||
Count if unique | Excel Worksheet Functions | |||
count unique | Excel Worksheet Functions | |||
Attempting to sort unique/only count first record in each unique g | Excel Discussion (Misc queries) |