Typing a Schwa Character in Excel

Written by Allen Wyatt (last updated September 9, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, Excel in Microsoft 365, and 2021


2

In Word, Doctor notes he can type a schwa character by holding down the Alt key as he types 399 on the numeric keypad. He can even copy this character from Word and paste it into an Excel worksheet. However, typing Alt+399 within Excel does not produce the same character. Doctor wonders why this is and how he can type the character he wants in Excel.

The Alt+[num] shortcut for adding characters in Word doesn't work the same way in Excel, as Doctor has discovered. Both programs work the same if the numeric code being used is in the range of 1 through 255, but beyond that all bets are off. This can lead to some confusing (and inconsistent) results. Let's take a look.

As Doctor notes, he can get a schwa in Word by typing Alt+399 on the numeric keypad. 399 is the decimal equivalent of 018F, so he could also get it by typing 018F and immediately pressing Alt+X. In Excel, it is helpful to display the Symbol dialog box. (Display the Insert tab of the ribbon and then click the Symbol tool, in the Symbols group.) If you scroll down a bit in the dialog box, you can find the schwa character. Actually, you may be able to find multiple schwa characters. We, however, want the one shown in the dialog box below. (See Figure 1.)

Figure 1. The Symbol dialog box.

Note at the bottom of the dialog box it shows the code for the schwa: 018F. Unfortunately, you cannot use this code in Excel the same way you can in Word—the code is largely for informational purposes in Excel.

You could, though, use the decimal equivalent of this code along with the UNICHAR function, in this manner:

=UNICHAR(399)

This results in the proper schwa character. (The UNICHAR function was introduced in Excel 2013.)

Let's go back to the Symbol dialog box for a moment. With the schwa character selected, you could, at this point, double-click on it, and it would be inserted into Excel. If you choose this route, then the schwa will show up in the "recently used symbols" area at the bottom of the dialog box, the next time you display it.

  1. Use the Symbol dialog box to add the schwa character into Excel.
  2. Select the schwa you just added.
  3. Press Ctrl+C. This copies the schwa to the Clipboard.
  4. Display the Excel Options dialog box. (In Excel 2007 click the Office button and then click Excel Options. In Excel 2010 and later versions, display the File tab of the ribbon and then click Options.)
  5. Click Proofing at the left side of the dialog box.
  6. Click AutoCorrect Options. Excel displays the AutoCorrect dialog box. (See Figure 2.)
  7. Figure 2. The AutoCorrect dialog box.

  8. In the Replace field, enter what you want replaced with the schwa character. For instance, you might enter "schwa" or "zsch" (without the quote marks).
  9. In the With field, press Ctrl+V. The schwa that you copied to the Clipboard in step 3 should be visible.
  10. Click the Add button. The AutoCorrect entry is added to those in the dialog box.
  11. Click on OK to close the AutoCorrect dialog box.
  12. Click on OK to dismiss the Excel Options dialog box.

Now, whenever you type the characters you specified in step 7 and press space or tab, those characters are replaced with the schwa. The great thing about this approach is that the AutoCorrect entry is available from any Office application, not just from Excel.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (13598) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, Excel in Microsoft 365, and 2021.

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

Better Ways to Insert Symbols

The traditional way to insert symbols into a document is to use the Symbol dialog box. This tip looks at ways other than ...

Discover More

Finding Long Sentences

For certain types of writing, you may want to make sure that the sentences in your document do not exceed a certain ...

Discover More

Controlling Data Entry in a Cell

Sometimes you want whatever is displayed in one cell to control what is displayed in a different cell. This tip looks at ...

Discover More

Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2013 For Dummies today!

More ExcelTips (ribbon)

Editing the Same Cell in Multiple Sheets

When creating a workbook, you may need to make changes on one worksheet and have those edits appear on the same cells in ...

Discover More

Splitting Information into Rows

Got too much information in a single cell? Here's how you can use a macro to pull apart that information and put it into ...

Discover More

Identifying Duplicates

Do you need to flag duplicate values in your data? This tip shows three different ways you can do the flagging you need.

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, 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 6 - 0?

2023-09-10 10:38:43

J. Woolley

@Tomek
Well done.


2023-09-10 00:28:36

Tomek the Mad Scientist

The tip says:
The Alt+[num] shortcut for adding characters in Word doesn't work the same way in Excel, as Doctor has discovered. Both programs work the same if the numeric code being used is in the range of 1 through 255, but beyond that all bets are off. This can lead to some confusing (and inconsistent) results.
...

There is more confusion to it. In general, in most windows programs, Alt+[num] shortcut for numbers above 255 takes the argument modulo 256 (remainder from division by 256) and uses that to generate the corresponding character. So for example, 65+256=321 will generate capital A, 322 will generate capital B, and so on. In Word the number is taken as-is, hence the Alt+399 generates the Capital Schwa character.
So, you would think that keying in Alt+399 would generate char(143), which happens to be some kind of a space character, right? Not so; it generates Å which is char(197). To get the char(143) you have to use Alt+0399 or Alt+0143. BTW, Alt+143 also generates char(197). This difference between entering Alt+NNN and Alt+0NNN exists for most characters in the 127 - 287 range.

I know this is very geeky stuff, but may be it will be helpful to someone confused.


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, 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.