
ROUND function - Microsoft Support
To always round down (toward zero), use the ROUNDDOWN function. To round a number to a specific multiple (for example, to round to the nearest 0.5), use the MROUND function.
Round a number to the decimal places I want in Excel
Round a number to the decimal places you want by using formatting and how to use the ROUND function in a formula to round to the nearest major unit such as thousands, hundreds, tens, or …
MROUND function - Microsoft Support
MROUND returns a number rounded to the desired multiple. MROUND (number, multiple) The MROUND function syntax has the following arguments: Number Required. The value to round. …
Round a number - Microsoft Support
The ROUND function rounds a number containing a fraction as follows: If the fractional part is 0.5 or greater, the number is rounded up. If the fractional part is less than 0.5, the number is …
Remove or allow a circular reference in Excel - Microsoft Support
You've entered a formula, but it's not working. Instead, you've got this message about a "circular reference." Millions of people have the same problem and it happens because your formula is …
Round Function - Microsoft Support
Returns a number rounded to a specified number of decimal places. Syntax. Round ( expression [, numdecimalplaces ] ) The Round function syntax has these arguments: Required. Numeric …
Using functions and nested functions in Excel formulas
The following example of the ROUND function rounding off a number in cell A10 illustrates a function's syntax. 1. Structure. The structure of a function begins with an equal sign (=), …
ROUNDUP function - Microsoft Support
This article describes the formula syntax and usage of the ROUNDUP function in Microsoft Excel. Rounds a number up, away from 0 (zero). ROUNDUP (number, num_digits) The ROUNDUP …
FLOOR.MATH function - Microsoft Support
Round a number down to the nearest integer or to the nearest multiple of significance. The FLOOR.MATH function syntax has the following arguments. Number Required. The number to …
CEILING.MATH function - Microsoft Support
The CEILING.MATH function rounds a number up to the nearest integer or, optionally, to the nearest multiple of significance. CEILING.MATH (number, [significance], [mode]) number …
ROUND function - Microsoft Support
The ROUND function rounds a number to a specified number of digits. For example, if cell A1 contains 23.7825, and you want to round that value to two decimal places, you can use the …