Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: A Quick-and-Dirty Word Count.
Written by Allen Wyatt (last updated March 16, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021
In other issues of WordTips you learn how you can use one of Word's fields to insert a word count in your document. Many authors, editors, and publishers adhere to the rule that you determine word count by dividing the number of characters in your document by an average word size, such as 5. Thus, if there were 24,317 characters in your document, there would be 4,863 words. You can use fields to insert this type of word count in your document in the following manner:
{ ={ numchars }/5 }
You could, if you wanted, also include a bit more of a formula in your field in step 7. For instance, if you wanted to make sure that the value returned was an integer, you could use this as your field code:
{ =int({ numchars }/5) }
There is one other thing to keep in mind. If you compare the value returned by this approach to the value returned by Word's internal word counter, the values will be different. This "divide by 5" approach is an old rule of thumb for those in the publishing business. Word's internal counter calculates words by, essentially, looking at the number of spaces and punctuation in a document—the elements that normally denote the end of a word.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10026) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021. You can find a version of this tip for the older menu interface of Word here: A Quick-and-Dirty Word Count.
Do More in Less Time! Are you ready to harness the full power of Word 2013 to create professional documents? In this comprehensive guide you'll learn the skills and techniques for efficiently building the documents you need for your professional and your personal life. Check out Word 2013 In Depth today!
Using fields you can easily insert both the word and character counts for a document into the document itself. Here's how ...
Discover MoreAutomatically putting today's date at the top of a report is easy. Putting a different date, automatically, can be more ...
Discover MoreFields can be a great way of adding small snippets of dynamic data to your documents. However, you may want to get rid of ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2024-03-18 09:41:48
Andrew
Characters ÷ 5 is good if you're a typing teacher trying to determine words per minute. But quicker and dirtier would be { numwords }.
2024-03-18 03:44:36
GFIN Sunny
Thanks, your tip helps Enterprise users not to use online tool to show character count while typing. However, I need more help what needs to be done to { ={ numchars } }?
Why is it not outputting correct count of characters?
2024-03-16 05:57:17
Marc
What should the text in the compound field be if I wanted the word count to include Characters (with spaces), please? I think the one given above is for Characters (no spaces).
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments