how do I get the frequency of letters in a column?

J

Jim

I have a column. The column can have a C or T or U or X. I want to count
the number of each. How can I do this or is there a way?
 
D

Dave Peterson

You could use formulas like:

=countif(a:a,"c")


I have a column. The column can have a C or T or U or X. I want to count
the number of each. How can I do this or is there a way?
 
Top