|  

» 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.18     Views: 60883
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments