Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Counting groups of exact numbers in a huge list (column)

This formula has been a great help to me. Thanks for the post; however what
if the items have an alpha-numeric coding (like automobile license plates)?
Is there an easy way to count unique labels in a list when the data in in a
text format?

Thanks

"tjtjjtjt" wrote:

If they are all numbers:
=SUM(IF(FREQUENCY(A1:A11,A1:A11)0,1))

You can see this page for variations and details:
http://support.microsoft.com/kb/q268001/

The formula is an Array, so you should press Ctrl+Shift+Enter to finish it.

tj

"*Jarom*" wrote:

I need to know how I can write a formula to count a very big list of numbers
and return the total number of numbers that are different in the list. For
example:
8800719
8800718
8800718
8800717
8800719
8800715
8800719
8800715
As you can see there are 8 numbers in this list but of those 8 there are
only 4 different case numbers. So if I had a list of several hundred or
thousand case numbers like the ones above, and many of them had duplicates
somewhere in the list, how can I get excel to give me a total number of all
the similar case numbers?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Counting groups of exact numbers in a huge list (column)

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

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"pgiessler" wrote in message
...
This formula has been a great help to me. Thanks for the post; however

what
if the items have an alpha-numeric coding (like automobile license

plates)?
Is there an easy way to count unique labels in a list when the data in in

a
text format?

Thanks

"tjtjjtjt" wrote:

If they are all numbers:
=SUM(IF(FREQUENCY(A1:A11,A1:A11)0,1))

You can see this page for variations and details:
http://support.microsoft.com/kb/q268001/

The formula is an Array, so you should press Ctrl+Shift+Enter to finish

it.

tj

"*Jarom*" wrote:

I need to know how I can write a formula to count a very big list of

numbers
and return the total number of numbers that are different in the list.

For
example:
8800719
8800718
8800718
8800717
8800719
8800715
8800719
8800715
As you can see there are 8 numbers in this list but of those 8 there

are
only 4 different case numbers. So if I had a list of several hundred

or
thousand case numbers like the ones above, and many of them had

duplicates
somewhere in the list, how can I get excel to give me a total number

of all
the similar case numbers?



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
Drop down list shrinks as you go down column D.Farns Excel Discussion (Misc queries) 7 March 29th 07 07:04 PM
Match Column B numbers to Column A numbers Bad_manager Excel Worksheet Functions 1 August 14th 06 07:55 PM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Counting numbers in a column without including others kim11757 Excel Worksheet Functions 1 January 6th 05 10:14 PM


All times are GMT +1. The time now is 03:49 PM.

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"