
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 following formula:
Round Function - Microsoft Support
Syntax for the function that returns a number rounded to a specified number of decimal places in Access.
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 rounded down.
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 ones.
MROUND function - Microsoft Support
MROUND rounds up, away from zero, if the remainder of dividing number by multiple is greater than or equal to half the value of multiple. The Number and Multiple arguments must have the same sign. If …
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 rounded down.
ROUNDUP function - Microsoft Support
ROUNDUP behaves like ROUND, except that it always rounds a number up. If num_digits is greater than 0 (zero), then number is rounded up to the specified number of decimal places.
FLOOR.MATH function - Microsoft Support
By default, positive numbers with decimal portions are rounded down to the nearest integer. For example, 6.3 is rounded down to 6, using the default Significance (1). By default, negative numbers …
CEILING.MATH function - Microsoft Support
For example, rounding -6.3 to a significance of 1 with a mode of 1 will round away from 0, to -7. Combinations of Significance and Mode values can affect rounding of negative numbers in different …
Stop showing rounded numbers - Microsoft Support
Round a number to the decimal places I want. Explains why numbers may appear rounded and how to change that quickly.
ROUNDDOWN function - Microsoft Support
ROUNDDOWN behaves like ROUND, except that it always rounds a number down. If num_digits is greater than 0 (zero), then number is rounded down to the specified number of decimal places.