» Count the number of words in a cell in Microsoft Excel
CATEGORY - Excel Text , Excel Formula
VERSION - All Microsoft Excel Versions
Use the following function:
=IF(LEN(A1)=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(TRIM(A1)," ",""))+1)
The result: 5
Book Store:
Enter remarks for class
Patrick Ho
Great help in writing remarks for class that has requirement of words limit in the report book.
Thanks
Big Mac
BEST FORMULA EVER!!!
Worked like a charm!
Thanks
Count Number of Specific Word
faxy
How can I find: how many disneyland word contains one specific cell?
For example A1 cell : disneyland disneyland
Answer: 2
Tnx

