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") = sttmexoe
2=JS.SCRAMBLE("better solutions") = ro tnsulsbetieto
3=JS.SCRAMBLE("better solutions") = bt esoiltornseut
4=JS.SCRAMBLE("123456") = 164235
5=JS.SCRAMBLE("123456") = 265341

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


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