|
You can do it this way
put this formula in A1
=RAND()
and copy down to A9
in B1 use this formula
=RANK(A1,A$1:A$9)
copy down to B9
B1:B9 should now show 1-9 in random order, hide column A if desired.
Note: values will change every time sheet recalculates
|