Using a COUNTIF function on large text fields

N

Nick

Hello all,

I am trying to use a countif function to count the number of
occurrences of a specific phrase within a column of data:

=COUNTIF(<column>,"*text*")

The problem I am encountering is that the countif function stops
searching after the first 254 characters in each field.

Any ideas how to get around this?

Thank you in advance.
 
D

Dave Peterson

=SUMPRODUCT(--(ISNUMBER(SEARCH("test",A1:A14))))

But you can't use the whole column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top