Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mary
 
Posts: n/a
Default Count unique values

Hello,
What is the command for counting number of unique numbers in a column with
potentially duplicative numbers? Thank you so much.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan
 
Posts: n/a
Default Count unique values

Try using Advanced Filter to initially ascertain the unique numbers, then us
COUNT, COUNTA etc from there.
First Class advice on Advanced Filter here,
http://www.contextures.com/xladvfilter01.html
Regards,
Alan.
"Mary" wrote in message
...
Hello,
What is the command for counting number of unique numbers in a column with
potentially duplicative numbers? Thank you so much.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Count unique values

Try this:

For a list in A1:A10

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

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Mary" wrote:

Hello,
What is the command for counting number of unique numbers in a column with
potentially duplicative numbers? Thank you so much.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mary
 
Posts: n/a
Default Count unique values

YES - THANKS - I LOVE THIS SITE!!!

"Ron Coderre" wrote:

Try this:

For a list in A1:A10

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

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Mary" wrote:

Hello,
What is the command for counting number of unique numbers in a column with
potentially duplicative numbers? Thank you so much.

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 and display unique values joe Excel Worksheet Functions 2 December 19th 05 01:11 AM
count number of values between plus signs in addition calc CRH Excel Discussion (Misc queries) 5 December 2nd 05 11:56 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM
Advanced unique cell count with multiple conditions ... help! Flystar Excel Worksheet Functions 3 September 25th 05 03:50 AM
how to count unique entries with multiple condition Michael Excel Worksheet Functions 6 June 29th 05 12:38 PM


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