» Count the number of words in a cell in Microsoft Excel
CATEGORY: Excel Text , Excel Formula |
VERSIONS: All Microsoft Excel Versions |
|
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 |
Enter remarks for class
Patrick Ho wrote on December 31, 1969 18:00 EST
Great help in writing remarks for class that has requirement of words limit in the report book.
Thanks
Big Mac wrote on December 31, 1969 18:00 EST
BEST FORMULA EVER!!!
Worked like a charm!
Thanks
Count Number of Specific Word
faxy wrote on December 31, 1969 18:00 EST
How can I find: how many disneyland word contains one specific cell?
For example A1 cell : disneyland disneyland
Answer: 2
Tnx
Book Store:
Recommended Books:
Related MS EXCEL TIPS:
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.





