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: Rounding to the Nearest $50.
Written by Allen Wyatt (last updated November 10, 2018)
This tip applies to Excel 97, 2000, 2002, and 2003
It is often necessary when creating financial reports to round figures to some value other than the nearest dollar. One common rounding point is to the nearest fifty dollars. If you need to round figures in this manner, then there are a number of formulas you can use to do the rounding.
The first approach is to use the MROUND function. This function allows you to round to any value you want, and has been covered in other ExcelTips. Basically, you would use the function as follows if the value you want to round is in cell B7:
=MROUND(B7,50)
The MROUND function is a part of the Analysis ToolPak included with Excel. If you don't want to install the toolpak or if you will be working with negative values, then you can't use MROUND. (The function returns errors if you use negative numbers.) In these instances, you can resort to the regular ROUND function. Either of the following variations will produce the exact same results:
=ROUND(F5/50,0)*50 =ROUND(F5*2,-2)/2
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2149) 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: Rounding to the Nearest $50.
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!
Excel includes a surprising number of functions you can use to round your data. Two such functions are FLOOR and CEILING, ...
Discover MoreThe primary method of rounding values is to use the ROUND function in your formulas. Here's an introduction to this ...
Discover MoreOne of the financial worksheet functions provided in Excel is the XIRR function. This is used to figure out an internal ...
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 © 2024 Sharon Parq Associates, Inc.
Comments