RANDBETWEEN

Name

RANDBETWEEN —
RANDBETWEEN(bottom,top)

Description

RANDBETWEEN function returns a random integer number between @bottom and @top.

If @bottom or @top is non-integer, they are truncated. If @bottom > @top, RANDBETWEEN returns #NUM! error.

See also

RAND