Menu

RANDBETWEEN

Description

Returns a random integer from the specified interval. A new random integer is returned each time the worksheet is recalculated.

Examples

RANDBETWEEN(100, 250) = 152

RANDBETWEEN(250, 100) = 115

RANDBETWEEN(NAN) = NAN

RANDBETWEEN(INF) = NAN

RANDBETWEEN(-INF) = NAN

On this page