Count Function

T

Té

Is there a function that will count how many times I have entered a word in a
range of cells? I tried using the count function, but that only works for
numbers.
 
T

T. Valko

Try this:

=COUNTIF(A1:A10,"word")

Or, using a cell to hold the criteria:

C1 = some word

=COUNTIF(A1:A10,C1)
 

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