ROUNDDOWN |
ROUNDDOWN(number, num_digits) |
Returns the number rounded down to the nearest integer. |
number | The number you want to round down (towards zero). |
num_digits | The number of digits you want to round the number down to. |
REMARKS |
* This function is identical to the ROUND function, except that it always rounds a number down. * If "num_digits" > 0, then "number" is rounded down to the specified number of decimal places. * If "num_digits" = 0 then "number is rounded down to the nearest integer. * If "num_digits" < 0, then "number" is rounded down to the left of the decimal point. * You can use the ROUNDUP function to round up to the nearest integer. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2022 Better Solutions Limited. All Rights Reserved. © 2022 Better Solutions Limited Top