0

I have an excel spread sheet and I'm trying to count the number of times a word is used, but the problem is that, it counts words that have that word inside them

e.g I am searching for the word CPL and because the word LCPL is in the range it also gets counted, how can I count only CPL.

This is my code:

 =COUNTIF(F4:F26,"*CPL*")

Cheers

4

1 回答 1

0

Remove the *'s. They are wildcards.

于 2013-10-09T07:07:13.253 回答