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: Getting Rid of Leading Zeros in a Number Format.

Getting Rid of Leading Zeros in a Number Format

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


1

When you enter a numeric value into a cell, by default Excel will display a leading zero on values that are less than 1. For instance, if you enter the value 1.234 into a cell, Excel displays just that: 1.234. If you enter .234 into the same cell, Excel includes the leading zero: 0.234.

If you want to get rid of the leading zeros, then you need to rely upon a custom format. This is rather easy to create; just follow these steps:

  1. Select the cell (or cells) that you want to format.
  2. Display the Home tab of the ribbon.
  3. Click the small icon at the bottom-right of the Number group. Excel displays the Format Cells dialog box.
  4. If the Number tab is not displayed, select it.
  5. In the Category list, choose Custom. The dialog box changes so you can enter a custom format. (See Figure 1.)
  6. Figure 1. The Number tab of the Format Cells dialog box.

  7. In the Type box, enter the following pattern: .###
  8. Click OK.

That's it; the number in the cell will no longer have a leading zero if it is less than 1. There are some caveats to this, however. First, if the number you enter in the cell has more than three digits after the decimal place, then the number will be rounded (for display purposes) to only three digits. If you are going to routinely have more than three digits in the value, you should increase the number of hash marks (#) in the custom format.

Second, if the value you enter into the cell has fewer than three digits to the right of the decimal place, then only the number of digits required will be displayed. Thus, if you have multiple cells formatted this way, it is very possible for the numbers to not "line up" along the decimal point. The solution to this is to change the format to something that will always display the same number of digits after the decimal point. A good choice is, in step 6, use the format ".000" (without the quote marks). This format will always display three digits after the decimal point, adding zeros to the end of the value, if necessary.

You could also change the format a bit if you want things to line up on the decimal point, but you don't want any trailing zeros. Try replacing the hash marks (#) in the custom format in step 6 with question marks. Thus, you would use ".???" instead of ".###". This results in up to three digits being displayed, but if there are fewer than three digits the remaining question marks are replaced with spaces.

Third, if the value you enter into the cell is a whole number, then it will always be displayed with a decimal point. Thus, entering 3 in the cell results in the display of 3., with the decimal point. For most people this won't be a big deal, and there is no easy way to modify the custom format to remove the decimal point from whole numbers.

Fourth, if you enter 0 in the cell, it won't be displayed at all. Instead you get a single decimal point in the cell and nothing else. The way around this problem is to make your custom format just a bit more complex. In step 6, above, enter the following as the custom format:

[=0]0;[<1].000;General

This custom format indicates that a 0 value should be shown as 0, any value less than 1 should be shown with no leading zero and three digits to the right of the decimal point, and anything else should be displayed using the General format.

One final note: If you still see leading zeros before a number, it could be that Excel doesn't think it is a number at all. It could be that your number has been formatted as text by Excel. If you think this might be the case, click in the cell and you will see a small information icon to the left or right of the cell. Click the icon and choose the Convert to Number option from the choices presented.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10031) 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: Getting Rid of Leading Zeros in a Number Format.

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

Default Units that Change

Word allows you to specify the unit of measurement you would like used in dialog boxes throughout the program. It can get ...

Discover More

Segregating Numbers According to Their Sign

Remember your number line from your early years in school? Some numbers can be below zero (negative numbers) and others ...

Discover More

Pasting Pictures into a Comment

Excel allows you to use a picture as a background on a cell comment. This tip looks at how you can paste pictures into a ...

Discover More

Save Time and Supercharge Excel! Automate virtually any routine task and save yourself hours, days, maybe even weeks. Then, learn how to make Excel do things you thought were simply impossible! Mastering advanced Excel macros has never been easier. Check out Excel 2010 VBA and Macros today!

More ExcelTips (ribbon)

Handling Negative Numbers in a Complex Custom Format

Custom formats are great for defining how a specific value in a cell should look. They aren't that great at doing complex ...

Discover More

Can't Set Custom Format in VBA

You can, in a macro, specify a custom format for a range of cells. If the custom format doesn't seem to "stick" (so to ...

Discover More

Dates with Periods

You may want Excel to format your dates using a pattern it doesn't normally useâ€"such as using periods instead of ...

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?

2019-12-16 16:32:09

Roy

One CAN address the decimal point that follows integers/whole numbers here.

After doing whichever parts of the above apply and seeing the decimal point appear, apply a Conditional Format to the cells that tests to see if the cell value is an integer (or whole number) and applies the General format if so.

This can also be used to address the 0, though it is easier to do that in the normal formatting, though it seems instead of using the conditional approach with "[=0]..." one could address it in the usual four part "positive;negative;zero;text" formatting.


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.