How do I count how many times the same word occurs or appears ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am working on a forum where every post begins with the same string.
By counting how many times that string occurs, I would know how many posts
there are in a give forum page. The "word count" command does not helps, of
course. Does anyone know another method ?
I know there are HTML or Java scripts that would do that but we work with a
lot of people at different places for that web site, so we set up the texts
in Word, and then paste them in an editor to create the .html files.
Thanks in advance.
 
Hi Octoberon,

Try Find & Replace, replacing your word with itself - the replacement count will tell you how many instances of that word there are
in the document.

Cheers
 
You can also use Find All (Edit | Find; click More and check the box for
"Highlight all items found"), which will tell you the number.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

macropod said:
Hi Octoberon,

Try Find & Replace, replacing your word with itself - the replacement
count will tell you how many instances of that word there are
in the document.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Hello,
I am working on a forum where every post begins with the same string.
By counting how many times that string occurs, I would know how many posts
there are in a give forum page. The "word count" command does not helps, of
course. Does anyone know another method ?
I know there are HTML or Java scripts that would do that but we work with a
lot of people at different places for that web site, so we set up the texts
in Word, and then paste them in an editor to create the .html files.
Thanks in advance.
 
And note that the safest way to replace a word with itself is to replace
with ^& (the code for "Find What Text"). And of course you can always use
Undo if anything goes wrong.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

macropod said:
Hi Octoberon,

Try Find & Replace, replacing your word with itself - the replacement
count will tell you how many instances of that word there are
in the document.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Hello,
I am working on a forum where every post begins with the same string.
By counting how many times that string occurs, I would know how many posts
there are in a give forum page. The "word count" command does not helps, of
course. Does anyone know another method ?
I know there are HTML or Java scripts that would do that but we work with a
lot of people at different places for that web site, so we set up the texts
in Word, and then paste them in an editor to create the .html files.
Thanks in advance.
 
i know how to find number of words, number of occurrences of one word: how
do i find out the number of times each word in a document appears?

Suzanne S. Barnhill said:
And note that the safest way to replace a word with itself is to replace
with ^& (the code for "Find What Text"). And of course you can always use
Undo if anything goes wrong.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

macropod said:
Hi Octoberon,

Try Find & Replace, replacing your word with itself - the replacement
count will tell you how many instances of that word there are
in the document.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Hello,
I am working on a forum where every post begins with the same string.
By counting how many times that string occurs, I would know how many posts
there are in a give forum page. The "word count" command does not helps, of
course. Does anyone know another method ?
I know there are HTML or Java scripts that would do that but we work with a
lot of people at different places for that web site, so we set up the texts
in Word, and then paste them in an editor to create the .html files.
Thanks in advance.
 
http://gregmaxey.mvps.org/Word_Frequency.htm

--
Greg Maxey - Word MVP

My web site http://gregmaxey.mvps.org


Nov 4, 2008. Remember it well. You just might
spend your sunset years telling your children and
your children's children what it was once like in
the United States where men were free.
BillyB said:
i know how to find number of words, number of occurrences of one word: how
do i find out the number of times each word in a document appears?

Suzanne S. Barnhill said:
And note that the safest way to replace a word with itself is to replace
with ^& (the code for "Find What Text"). And of course you can always use
Undo if anything goes wrong.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup
so
all may benefit.

macropod said:
Hi Octoberon,

Try Find & Replace, replacing your word with itself - the replacement
count will tell you how many instances of that word there are
in the document.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

Hello,
I am working on a forum where every post begins with the same string.
By counting how many times that string occurs, I would know how many posts
there are in a give forum page. The "word count" command does not
helps, of
course. Does anyone know another method ?
I know there are HTML or Java scripts that would do that but we work with a
lot of people at different places for that web site, so we set up the texts
in Word, and then paste them in an editor to create the .html files.
Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top