Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
kbeilers
 
Posts: n/a
Default How do I count or display unique data in a column?

I want to display all the unique names in a column, but I can't find a
"unique" command. I also want to be able to count all the unique names in
the column.

Ideas?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

A couple of ways, the easiest would be to use advanced filter,
datafilteradvanced filter, select unique records only and preferably copy
to another location,

then use a simple counta

=COUNTA(Range)

(deduct 1 for the header)

if you filter in place use subtotal

=SUBTOTAL(3,Range)

or you could use an array formula, cannot be entered in the first row since
it uses
the same column and the row above where it's first entered

=INDEX(Range,MATCH(0,COUNTIF($I$1:I1,Range),0))

is how it would look if it is entered in cell I2, enter it with
ctrl + shift & enter and copy down until you get an error

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"kbeilers" wrote in message
...
I want to display all the unique names in a column, but I can't find a
"unique" command. I also want to be able to count all the unique names in
the column.

Ideas?



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
find rows for unique data in 1 column and different data in other. Dot Majewski Excel Discussion (Misc queries) 1 January 21st 05 12:23 AM
Column in CSV file contains "03/04" should not display as 3-Apr -. The Palewhale Excel Discussion (Misc queries) 1 December 13th 04 04:31 AM
Count of unique items meeting condition Tim C Excel Worksheet Functions 1 November 12th 04 03:03 AM
getting data from 2 excel sheets automatically pinar Excel Worksheet Functions 0 November 9th 04 11:47 AM
Count rows based on multiple criteria Murph Excel Worksheet Functions 1 October 28th 04 07:13 AM


All times are GMT +1. The time now is 04:10 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"