Hi,
Would anyone know if there’s a way to do a random number generator in Rows?
In gsheets, or excel, I’d use RANDBETWEEN to generate a value between two values.
Appreciate the help.
Hi,
Would anyone know if there’s a way to do a random number generator in Rows?
In gsheets, or excel, I’d use RANDBETWEEN to generate a value between two values.
Appreciate the help.
Hey @Mikm — thanks for reaching out. We don’t have a function that allows for randomization at the moment but here are a few workarounds that I could think of (there could of course be more than this as well) -
=RIGHT(UNIXTIME(NOW()),1)
every X minutes/hours & get the last few digits of the outputI’ll also make sure to add this to our internal feature request list
Hope these help!
All right!
Thanks for the suggestions, I’ll see if I can tinker a solution together with the UNIXTIME method