Formula to Count

T

TGalin

Is there a formula that will count how many times a word that is 4 characters
long appears in column M?
 
T

TGalin

It works. I tried it out. Thank you.

Rick Rothstein said:
Here is another way to do what you want using this array-entered formula...

=COUNT(IF(LEN(A1:A100)=4,1))

**Commit formula using Ctrl+Shift+Enter, not just Enter by itself
 
T

TGalin

This works also. Lean is always better.

Rick Rothstein said:
We can save two characters by using this array-entered formula instead of
the one I posted originally...

=SUM(IF(LEN(A1:A100)=4,1))

**Commit formula using Ctrl+Shift+Enter, not just Enter by itself
 

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