Count the number of cells that have more than 5 character words in a column

=SUMPRODUCT((LEN(A2)>5))

=COUNTIF(A3,REPT("?",5)&"*")

A2 & A3 = data cell

Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.