Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Find the most used word in a doc
Name: Avarik Date: November 13, 2005 at 19:19:00 Pacific OS: Windows x64 Edition CPU/Ram: AMD64 3800+ 1GB RAM
Comment:
One quick and easy question (I hope)
Using MS Word 2002, how do I tell it to find the most frequently used word in a document and show me the results? I can't figure out how and I hope it's possible.
Summary: I'm trying to produce a summary of the words in a specific document, with a list of each word and how often they appear. Is there such a function or add-on for Microsoft Word? Or perhaps another text ...
Summary: I have a simple array function in a cell to total up the number of dancers who attended the dance AND who were at the Plus dance level: ={SUM(IF(F8:F50="*",IF($T$8:$T$50="p",1,0)))} .. The "*" marks a...
Summary: Hi, If I have the source data correct, this code should put each game on one line. Example source data: A B C 1 03/02/09 2 Team a Team b 1-1 3 4 10/02/09 5 Team c Team d 1-0 6 7 15/02/09 ...