View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default Subtotal Range of Alphanumeric References

Try...

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

Hope this helps!

In article ,
girthhart
wrote:

Hi, I am looking for a formula that counts the number of occurrances in
a range of alphanumeric references, my range looks like this:

1 A B C
2 A6
3 A6
4 B2
5 B2
6 B2
7 T3
8 T3
9 T4
10 F3

Although there are 9 references, there are only 5 of each type,
therefore the formula would return 5.

Anyone help?