Altering the Displayed Format of Numbers to the Nearest 100.
Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here:Written by Allen Wyatt (last updated May 11, 2021)
This tip applies to Excel 97, 2000, 2002, and 2003
Frank asked if there is a way, using a custom number format, to round the display of numbers to the nearest 10, 100, etc., without affecting the original numbers.
The answer is that there is a way, and there isn't a way. (Don't you love those answers?) There are custom number formats that allow you to round the display to the nearest thousand or the nearest million, as follows:
[<=500] "0";#,"000" [<=500000] "0";#,,"000000"
The first format will round to the nearest thousand, and the second will round to the nearest million. If you are looking for a custom format that will round to some other power of 10, you are out of luck, however. In those instances, the best solution may be to simply create another worksheet that uses formulas for rounding and uses the contents of the original worksheet as the source.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (1937) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Altering the Displayed Format of Numbers to the Nearest 100.
Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!
Excel allows you to format your numeric values in a wide variety of ways. One such formatting option is to display ...
Discover MoreWhen you get a bunch of raw data into Excel from an external source, it isn't going to be formatted to your liking. The ...
Discover MoreIf you make too many formatting changes to your workbook, you could end up with a situation where you cannot make any ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, 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 Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments