Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Changing the Percent Symbol.

Changing the Percent Symbol

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


Brian asked whether it is possible to use a symbol different than the percent sign (%) to represent a percentage in a cell. This is actually rather easy to do using a custom format, as described in other ExcelTips. All you need to do is create a custom format that looks similar to this:

0.0"#"

This displays a value followed by a pound sign, so that 12.3 would be displayed as 12.3#. To use a different symbol, just change whatever is within the quote marks. You can also get fancier with the custom format, such as this one that displays the word "widgets" instead of the percent sign and shows negative values in red:

#,##0_)"widgets";[Red](#,##0) "widgets"

The thing to remember about this approach is that the value is displayed "as is," so to speak. When you enter a value into a cell that is formatted as a percentage, Excel can—and often does—modify the value so it is internally consistent with a percentage. For instance, enter the value 12.3 into a cell formatted as a percentage, and Excel converts it to 0.123, which is 12.3%. If you apply a custom format to a cell and then enter the value 12.3, Excel will leave it at 12.3; it won't divide it by 100. While a display of "12.3%" and "12.3#" may look similar, the actual contents of the cell are quite different, assuming that the first is a true percentage and the second is not.

If you don't really care whether the value in the cell is usable in formulas, another approach is that you could concatenate your own symbol to the end of the value. For instance, if you have a percentage in cell A1, you could use the following in a different cell:

=A1 * 100 & " pct"

If cell A1 contains the 12.3% (a cell value of 0.123), then the formula returns "12.3 pct" (without the quote marks). Since what is returned is actually text and no longer a numeric value, the result cannot be used in other numeric formulas.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (11834) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Changing the Percent Symbol.

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

Trimming Spaces from Strings

When processing text with a macro, you often need to remove extraneous spaces from the text. VBA provides three handy ...

Discover More

Unwanted Hyperlinks

Tired of having Excel convert what you type into active hyperlinks? Here are things you can do to undo Excel's ...

Discover More

Understanding DATE Field Formatting

One of the most commonly used fields is the DATE field. You can specify how the DATE field displays the current date by ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More ExcelTips (ribbon)

Losing Formatting

When you save a workbook, you expect Excel to remember the formatting you applied in the worksheets in that workbook. If ...

Discover More

Setting Vertical Alignment

Excel allows you to adjust not only the horizontal alignment of values in a cell, but also the vertical alignment. This ...

Discover More

Changing Character Spacing

Excel allows you to adjust spacing between cell walls and the contents of those cells. It does not, however, allow you to ...

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 + 5?

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 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.