Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Steembeem
 
Posts: n/a
Default Count number of unique items in a column that contains duplicates

I have a large worksheet with a column containing a list of names. Some names
appear several times. I need to get a count of names.
  #2   Report Post  
Paul B
 
Posts: n/a
Default

Steembeem, try something like this,
=COUNT(IF(FREQUENCY(A:A,A:A),1))

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Steembeem" wrote in message
...
I have a large worksheet with a column containing a list of names. Some

names
appear several times. I need to get a count of names.



  #3   Report Post  
RagDyer
 
Posts: n/a
Default

Try this:

=SUMPRODUCT((A1:A30<"")/COUNTIF(A1:A30,A1:A30&""))

Just don't use an entire column as a range (A:A).
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Steembeem" wrote in message
...
I have a large worksheet with a column containing a list of names. Some
names
appear several times. I need to get a count of names.

  #4   Report Post  
2rrs
 
Posts: n/a
Default

Check this out also:

http://support.microsoft.com/kb/q268001/


Steembeem wrote:
I have a large worksheet with a column containing a list of names.

Some names
appear several times. I need to get a count of names.


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
Count number to reach a cumulative value Bruce Excel Worksheet Functions 5 January 25th 05 05:14 PM
Count number of Unique values Alan Excel Worksheet Functions 4 January 6th 05 08:05 PM
Count number of shaded cells Maddoktor Excel Discussion (Misc queries) 2 December 20th 04 08:35 PM
How do I count or display unique data in a column? kbeilers Excel Worksheet Functions 1 November 12th 04 04:51 AM
Count of unique items meeting condition Tim C Excel Worksheet Functions 1 November 12th 04 03:03 AM


All times are GMT +1. The time now is 07:43 AM.

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

About Us

"It's about Microsoft Excel"