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