Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
XP
 
Posts: n/a
Default Function to count unique items in list

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Function to count unique items in list

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas
 
Posts: n/a
Default Function to count unique items in list

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function to count unique values? Richard Buttrey Excel Worksheet Functions 5 September 22nd 05 02:58 PM
Find in list function jrup New Users to Excel 2 August 23rd 05 12:16 AM
Count unique values and create list based on these values vipa2000 Excel Worksheet Functions 7 August 5th 05 01:17 AM
Unique Count sensitive to hidden/filtered rows Ian Excel Worksheet Functions 7 May 12th 05 08:58 PM
Count Unique Names in list w/ Additional Criteria? Nodak Excel Worksheet Functions 1 January 25th 05 11:15 PM


All times are GMT +1. The time now is 10:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"