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.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
When dealing with files containing comma-separated values, you want to make sure that what gets imported into Excel ...
Discover MoreNeed to hide a given column based on the value in a particular cell? The easiest way to accomplish the task is to use a ...
Discover MoreWhen creating custom formats, you can employ a wide range of codes to define your formatting pattern. This tip focuses on ...
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