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: Replacing Spaces in Part Numbers with Dashes.

Replacing Spaces in Part Numbers with Dashes

Written by Allen Wyatt (last updated October 22, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021


Terry has a document that contains a lot of numeric data. Often, the document has part numbers with spaces in them, such as "422 891A." Terry needs a way to search through the document and find any "digit-space-digit" sequence and replace it with "digit-dash-digit." For instance, "422 891A" would be changed to "422-891A." Terry wonders if there is a way to do this with Find and Replace.

This type of find-and-replace operation can be done quite easily by using the wildcard searching built into Word. Here's the quick version:

  1. Press Ctrl+H to display the Replace tab of the Find and Replace dialog box.
  2. Click on the More button if it is available.
  3. Select the Use Wildcards check box.
  4. In the Find What box enter "([0-9]) ([0-9])", without the quote marks and with a single space in the middle.
  5. In the Replace With box enter "\1-\2", again without the quote marks.
  6. Click on the Replace All button.

That's it. When the Use Wildcards check box is selected (in step 3), Word allows you to use patterns in the search. In this case, each instance of [0-9] means "match any single digit in the range of 0 through 9." The parentheses around each instance is for grouping purposes that allows what is found within that group to be referenced in the Replace With box. So, essentially, the Find What pattern matches any single digit followed by a space followed by any single digit.

What is then entered in the Replace With box is a set of references to what was found. The \1 and \2 indicators mean "what was found in the first set of parentheses and what was found in the second set of parentheses." So, this means "replace the first digit with itself, followed by a dash, then replace the second digit with itself."

Of course, you may need to get even more specific in the pattern you search for, if it is possible that the digit-space-digit pattern may appear in other places in the document and you don't want them affected. In that case, perhaps your part-number pattern consists of three digits followed by a space and then three more digits and then a single alphabetic character, as shown in the example provided at the first of this tip. If that is the case, then you can search for the following in step 4:

([0-9]{3}) ([0-9]{3})([A-Z])

In this case, you'll immediately note the addition of two instances of {3}. These characters are an indicator that there needs to be three of whatever immediately precedes the indicator. Thus, there needs to be three digits, each of 0 through 9. Also, the [A-Z] characters matches a single capital letter in the range of A through Z.

Also note that there are three sets of parentheses in this Find What pattern. These then can be referenced in the Replace With box (step 5), as follows:

\1-\2\3

Since this search is more specific, there is very little chance that you will replace spaces with dashes where you didn't mean to do a replacement.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10835) 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: Replacing Spaces in Part Numbers with Dashes.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Making a Longer Quick Access Toolbar

The Quick Access Toolbar is where you put all the tools to which you need quick access. (Makes sense, huh?) There are ...

Discover More

Selecting Individual Cells in a Table

Many times, before applying formatting or doing another operation, you need to select an individual cell in a table. ...

Discover More

Using Go To with a Percentage

Need to jump a certain percentage of the way through a document? You can do it using the familiar Go To tab of the Find ...

Discover More

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!

More WordTips (ribbon)

Adding a Break to Your Document

Want to modify the way your text flows between pages in a document? Word allows you to insert several types of breaks ...

Discover More

Using Correct Apostrophes

Word does a pretty good job of figuring out what apostrophes to use around your text. There may be times, however, when ...

Discover More

Jumping to the End of the Document in Error

If you inadvertently move to the end of the document, you might be wondering how to get your insertion point back to ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is two less than 9?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

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.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.