Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello everybody,
I would like to know a simple way to count the frequency of words in excel. Thank you in advance -- DD |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 22 Jan 2009 17:09:01 -0800, deedee
wrote: Hello everybody, I would like to know a simple way to count the frequency of words in excel. Thank you in advance There is one word in "Excel" :-) To count the number of words in a string in a single cell, you can count the number of <space's and add one: =len(a1) - len(substitute(a1," ","")) +1 If you want something else, please post back with more detail. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
??? FREQUENCY/COUNT | Excel Discussion (Misc queries) | |||
Excel 2003 List with Frequency Count | Excel Discussion (Misc queries) | |||
count frequency of two values in same row | Excel Worksheet Functions | |||
frequency of occurance of all words in 2-D array | Excel Discussion (Misc queries) | |||
Using FREQUENCY Function to Count | Excel Worksheet Functions |