RANDBETWEEN

The RANDBETWEEN function returns a random integer within the specified range. Both arguments are number values.

RANDBETWEEN(lower, upper)

lower: The lower limit or bound.

upper: The upper limit or bound.

Notes

  • A new random number is generated each time any cell is changed.

Example

=RANDBETWEEN(1, 10) returns, for example, 8, 8, 9, 4, and 5 for five recalculations.

See alsoRAND
Morty Proxy This is a proxified and sanitized view of the page, visit original site.
Helpful?
Character limit: 250
Maximum character limit is 250.
Thanks for your feedback.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.