The ROUNDDOWN Function
It rounds a number down to a specified number of digits.
It rounds a number down to a specified number of digits.
It rounds a number up to a specified number of digits.
It rounds a number to a specified number of digits.
Returns the remainder after number is divided by divisor. The result has the same sign as divisor.
Returns a random integer number between the numbers you specify. A new random integer number is returned every time the worksheet is calculated
It returns an evenly distributed random real number greater than or equal to 0 and less than 1. A new random real number is returned every time the worksheet is calculated.
Returns e raised to the power of number. The constant e equals 2.71828182845904, the base of the natural logarithm.
Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
Returns the sum of the squares of the arguments.
Returns a positive square root.