Count the number of cells that have more than 5 character words in a column
=SUMPRODUCT((LEN(A2)>5))
=COUNTIF(A3,REPT("?",5)&"*")
=SUMPRODUCT((LEN(A2)>5))
=COUNTIF(A3,REPT("?",5)&"*")
=SUMPRODUCT((LEN(A2)>5))
=COUNTIF(A3,REPT("?",5)&"*")
to count within a column =SUMPRODUCT((LEN(A:A)>5))
to count within multiple columns =COUNTIF(A:B,REPT("?",5)&"*")
=SUMPRODUCT((LEN(A2)>5))
=COUNTIF(A3,REPT("?",5)&"*")
to count within a column =SUMPRODUCT((LEN(A:A)>5))
to count within multiple columns =COUNTIF(A:B,REPT("?",5)&"*")