RANDBETWEEN Function Explained
The RANDBETWEEN
Function in Microsoft Excel generates a random number between two specified numbers. It takes two arguments: the bottom and top numbers of the range. The function returns a random integer number between the two numbers, inclusive of the numbers.
RANDBETWEEN Function Syntax
RANDBETWEEN(bottom, top)
- bottom: The smallest integer that can be returned by the function.
- top: The largest integer that can be returned by the function.