SCRAMBLE

SCRAMBLE(sCellContents)
Returns the characters of a text string with all the characters in a random order.

sCellContentsThe number or text you want to scramble.

REMARKS
You can use the RANDOMNUMBER function to return a random number between two bounds.


MORE EXAMPLES

 A
1=JS.SCRAMBLE("sometext") = mtsoexet
2=JS.SCRAMBLE("better solutions") = seotbuone itltsr
3=JS.SCRAMBLE("better solutions") = tsrt elibuosoetn
4=JS.SCRAMBLE("123456") = 256134
5=JS.SCRAMBLE("123456") = 145632

MORE FUNCTIONS
REVERSE Returns the characters of a text string in reverse.


© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext