Random Selection

C

Claus Busch

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.
 
S

Saxman

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.
 
C

Claus Busch

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top