Counting frequency which text appears in column

Copper Contributor

I have a column of ~1000 entries of text values and empty cells.

I want a formula to calculate the frequency of every text value in the column. So the answer should be displayed in two columns. First column should be the text value and 2nd column should be the frequency of occurrence.

 

Any help is much appreciated.

3 Replies

Hello Edmund,

 

Please find the attached file to see an example of what you are asking for.

It's done by using COUNTIF function.

 

Hope that helps
Haytham

Where is the attached file?

@Z Z 

=COUNTIF(A2:A1000,"Your Text")

=COUNTIF(A2:A1000,C2)