|  

» Count the number of words in a cell in Microsoft Excel

Enter the following text in cell A1: Are you going to Disneyland?

Use the following function:
=IF(LEN(A1)=0,0,LEN(TRIM(A1))-LEN(SUBSTITUTE(TRIM(A1)," ",""))+1)

The result: 5


Rate This Tip
12 34 5
Rating: 3.43     Views: 41885
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
Click here to post comment
For Registered Users
Name
Comment Title
Comments