Random Selection

  • Thread starter Thread starter Saxman
  • Start date Start date
Hi,

Am Mon, 05 Jan 2015 15:19:07 +0000 schrieb Saxman:
Can anyone suggest the best way to randomize a column?

make a helper column and write
=INT(RAND()*30)+1
and copy down.

Modify the 30 to the number of entries you have and then sort by helper
column


Regards
Claus B.
 
Hi,

Am Mon, 05 Jan 2015 15:19:07 +0000 schrieb Saxman:


make a helper column and write
=INT(RAND()*30)+1
and copy down.

Modify the 30 to the number of entries you have and then sort by helper
column


Regards
Claus B.


Thank you Claus.

Happy New Year to you and all other members of the group.
 
Hi John,

Am Mon, 05 Jan 2015 16:06:37 +0000 schrieb Saxman:
Happy New Year to you and all other members of the group.

you are welcome.
Also for you a Happy New Year


Regards
Claus B.
 
Back
Top