Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using Office 2003 on Windows XP.
Is there a built-in function in MS-Excel that gives you a count of the unique items in a list? If so, what is it called? If not, how can I create a user defined function to do this? Thanks much in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
For a list in A1:A10 =SUMPRODUCT((A1:A10<"")/COUNTIF(A1:A10,A1:A10&"")) Adjust range references to suit your situation. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "XP" wrote: I am using Office 2003 on Windows XP. Is there a built-in function in MS-Excel that gives you a count of the unique items in a list? If so, what is it called? If not, how can I create a user defined function to do this? Thanks much in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
ctrl/shift/enter:
=SUM(1/COUNTIF(A1:A100,A1:A100)) Bob Umlas "XP" wrote in message ... I am using Office 2003 on Windows XP. Is there a built-in function in MS-Excel that gives you a count of the unique items in a list? If so, what is it called? If not, how can I create a user defined function to do this? Thanks much in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function to count unique values? | Excel Worksheet Functions | |||
Find in list function | New Users to Excel | |||
Count unique values and create list based on these values | Excel Worksheet Functions | |||
Unique Count sensitive to hidden/filtered rows | Excel Worksheet Functions | |||
Count Unique Names in list w/ Additional Criteria? | Excel Worksheet Functions |