G
Guest
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:
CAH8800719
CAH8800718
CAH8800718
CAH8800717
FJG8800719
FJG8800715
CAH8800719
FJG8800715
As you can see there are 8 case numbers in this list but of those 8 there are
only 5 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?
I can use the following formula if the case numbers are only numeral:
=SUM(IF(FREQUENCY(A:A,A:A)>0,1))
but this only works if the case numbers are strictly numerical, how can I
accomplish the same thing if some case numbers are numerical and some include
letters? plz help.
and return the total number of numbers that are different in the list. For
example:
CAH8800719
CAH8800718
CAH8800718
CAH8800717
FJG8800719
FJG8800715
CAH8800719
FJG8800715
As you can see there are 8 case numbers in this list but of those 8 there are
only 5 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?
I can use the following formula if the case numbers are only numeral:
=SUM(IF(FREQUENCY(A:A,A:A)>0,1))
but this only works if the case numbers are strictly numerical, how can I
accomplish the same thing if some case numbers are numerical and some include
letters? plz help.