Written by Allen Wyatt (last updated December 12, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021
Daniyal has some documents that he files in court, and those documents must have only odd page numbers on them. This doesn't mean that there should only be page numbers on the odd pages, but that the number on each page should only be odd. Thus, the pages would be numbered 1, 3, 5, 7, etc.; there would be no pages 2, 4, 6, 8, etc.
The easiest way to accomplish this task is to use a compound field to create your page numbers. The PAGE field is normally used to add page numbers to a document, as shown here:
{ PAGE \* MERGEFORMAT }
You should modify the field so that it looks like this:
{ = { PAGE } * 2 - 1 }
Note that each pair of field braces is inserted by pressing Ctrl+F9. When you are finished constructing the field code, you can collapse it by pressing F9.
If you use these types of calculated page numbers quite often, you can select the collapsed field and assign it to an AutoText entry. That way you can insert it into any of your documents you desire.
You should also note that if you create a table of contents or an index for the document, page numbers in the TOC or index will still reflect the normal page range, including even numbers, instead of the calculated numbers. There is no way to get around this limitation.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (12726) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Word here: Using Only Odd Page Numbers.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Print your document with lots of space between each line by triple spacing it! Here are some quick and easy steps for ...
Discover MoreIf your document has a lot of markup visible in it, you may want to print a copy of the document that doesn't reflect ...
Discover MoreCopy 1, Copy 2, Copy 3... Do you want to mark your printouts so that they are numbered? Here's how you can do it.
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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 © 2025 Sharon Parq Associates, Inc.
Comments