Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One more that will work ok if the cell is empty:
If the words are separated by spaces: =LEN(TRIM(A1))-LEN(SUBSTITUTE(TRIM(A1)," ",""))+(TRIM(A1)<"") kokhong wrote: is there a function can count number of word in a cell example: A B username count kok, hong, Lee chan, NG Ti, Lee after counting A B username count kok, hong, Lee 3 chan, NG 2 Ti, Lee 2 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting number of occurances of a word | Excel Worksheet Functions | |||
Code for counting number of word strings? | Excel Discussion (Misc queries) | |||
Counting number of times a specific word appears in a single cell | Excel Discussion (Misc queries) | |||
counting the number of times a word appears | Excel Worksheet Functions | |||
Counting the number of times a word appears in a worksheet | Excel Worksheet Functions |