RANDOM

Computes random number in an interval from 0 to 1.

Syntax

RANDOM()

Sample Usage

RANDOM()

Return Value

  • Returns random number.

Notes

It's also possible to create a LAZY CELL using this function by putting ? symbol before the formula, e.g. =?RANDOM(). It'll return random number which will change any time the cell's pressed.

See Also

Last updated

Was this helpful?