Count Cells with Text longer than

P

paulmoles

I want to count the number of cells in an area eg
(d34:f44), that have text entries longer than 3
carachters. But cannot find the syntax.

Excluding cells therefore that are either blank or only
contain short words (abbreviations).

Help appreciated.

Paul Moles
 
A

Alan

One very inelegant way,
In a vacant area enter, say G34:I44
=Len(D34) and copy through your range then
=COUNTIF(G34:I44,">"&3)
Regards,
 
H

hgrove

(e-mail address removed) wrote...
I want to count the number of cells in an area eg (d34:f44), that
have text entries longer than 3 carachters. But cannot find the
syntax.

One way,

=COUNTIF(D34:F44,"????*"
 
R

RagDyer

Nice!
--


Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit!
-------------------------------------------------------------------

(e-mail address removed) wrote...
I want to count the number of cells in an area eg (d34:f44), that
have text entries longer than 3 carachters. But cannot find the
syntax.

One way,

=COUNTIF(D34:F44,"????*")
 

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