Returns a random integer number between the numbers you specify.
Esta função funciona no Google Sheets da mesma forma que no Excel — mesma sintaxe e argumentos.
RANDBETWEEN(bottom, top)The RANDBETWEEN function generates a random integer that falls within a specified range. Every time the worksheet calculates, a new random number is returned.
=RANDBETWEEN(1, 100)Resultado: 42
Returns a random integer between 1 and 100.
No, it only returns whole integers.