The ROUNDUP function is to round a number down away from zero with the number of digits you defined. Formula: =ROUNDUP(number, num_digits) Explanations: – The number is required, which …
The ROUNDDOWN function rounds a number down toward zero with the number of digits you defined. Formula: =ROUNDDOWN(number, num_digits) Explanations: – Number is required, a number to be rounded. …
The ROUND function rounds a number to the number of digits you defined. Formula: =ROUND(number, num_digits) Explanations: – The number is required, which is a number to be rounded. …
The ROMAN function converts a number to Roman. Formula: =ROMAN(number, ) Explanations: – The number is required, the Arabic number between 0 and 3999. – The form is optional, …
The RANDBETWEEN function is to return a random integer between the two numbers. Formula: =RANDBETWEEN(bottom, top) Explanations: – The bottom is required, which is the smallest integer. – The …
The RAND function returns a random number no less than 0. Formula: =RAND(), press "F9" to change results. Download: RAND Function