Return random numbers between 1 and 25


 AB
1156
2=INT(RAND()*25)+1=15=INT(RAND()*25)+1 = 1
3=INT(RAND()*25)+1=6=INT(RAND()*25)+1 = 6

Built-in Functions

<A HREF="../functions/int-function.htm"><U>INT</U></A> - The number rounded down to the nearest integer.
<A HREF="../functions/rand-function.htm"><U>RAND</U></A> - The random number between zero and one (>=0 and <1).


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top