Altering the Displayed Format of Numbers to the Nearest 100.
Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and 2021. 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:Written by Allen Wyatt (last updated June 5, 2021)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
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 (10781) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Altering the Displayed Format of Numbers to the Nearest 100.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
When working with very large numbers in a worksheet, you may want the numbers to appear in a shortened notation, with an ...
Discover MoreCustom formats can be very powerful in Excel, but not every formatting scenario can be addressed through the use of a ...
Discover MoreWant a quick and easy way to hide the information in a cell? You can do it with a simple three-character custom format.
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 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.
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