Rand() |
Working with Formulas > Functions Used in Formulas > Numeric Functions > Rand()
RAND() returns a random number between zero and one.
Function Format
RAND()
Return Value
RAND() returns a numeric value
Examples
RAND() = 0.1458
RAND() = 0.5295
RAND() * 100 = 94.1597 |