Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Randomize a list of names

My worksheet has 1000+ names in alphabetical order. How can I put the names in
random order?

Thanks!

Steve



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Randomize a list of names

Next to the names, put in the formula

=rand()

then drag fill down the column. Sort all the data with this column as the
sort key.

Regards,
Tom Ogilvy


Steve wrote in message
thlink.net...
My worksheet has 1000+ names in alphabetical order. How can I put the

names in
random order?

Thanks!

Steve





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Randomize a list of names

having a named range (e.g. "Politicians") with the names of politicians in
one column,
you could use this formular to randomize that list:

=INDEX(Politicians;INT(RAND()*(ROWS(Politicians))+ 1);1)

Copy that formular down, and you have ample randomized names of politicians,
ready to be re-arranged by pressing F9.

Regards,

H.G. Lamy



"Tom Ogilvy" schrieb im Newsbeitrag
...
Next to the names, put in the formula

=rand()

then drag fill down the column. Sort all the data with this column as the
sort key.

Regards,
Tom Ogilvy


Steve wrote in message
thlink.net...
My worksheet has 1000+ names in alphabetical order. How can I put the

names in
random order?

Thanks!

Steve







  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Randomize a list of names

that could result in duplicates.

Regards,
Tom Ogilvy


hglamy wrote in message
...
having a named range (e.g. "Politicians") with the names of politicians in
one column,
you could use this formular to randomize that list:

=INDEX(Politicians;INT(RAND()*(ROWS(Politicians))+ 1);1)

Copy that formular down, and you have ample randomized names of

politicians,
ready to be re-arranged by pressing F9.

Regards,

H.G. Lamy



"Tom Ogilvy" schrieb im Newsbeitrag
...
Next to the names, put in the formula

=rand()

then drag fill down the column. Sort all the data with this column as

the
sort key.

Regards,
Tom Ogilvy


Steve wrote in message
thlink.net...
My worksheet has 1000+ names in alphabetical order. How can I put the

names in
random order?

Thanks!

Steve









  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Randomize a list of names

yes, intentionally. Useful in case you have to produce lots of
sample data e.g. for further analysis purposes.
Not the right when only unique values have to be randomized.
Maybe I misread the question in the first place, sorry.

Regards,

H.G. Lamy

"Tom Ogilvy" schrieb im Newsbeitrag
...
that could result in duplicates.

Regards,
Tom Ogilvy


hglamy wrote in message
...
having a named range (e.g. "Politicians") with the names of politicians

in
one column,
you could use this formular to randomize that list:

=INDEX(Politicians;INT(RAND()*(ROWS(Politicians))+ 1);1)

Copy that formular down, and you have ample randomized names of

politicians,
ready to be re-arranged by pressing F9.

Regards,

H.G. Lamy



"Tom Ogilvy" schrieb im Newsbeitrag
...
Next to the names, put in the formula

=rand()

then drag fill down the column. Sort all the data with this column as

the
sort key.

Regards,
Tom Ogilvy


Steve wrote in message
thlink.net...
My worksheet has 1000+ names in alphabetical order. How can I put

the
names in
random order?

Thanks!

Steve











Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Randomize from a list PEGWINN Excel Discussion (Misc queries) 12 August 4th 09 11:59 AM
randomize a list LelandKramer Excel Discussion (Misc queries) 1 July 13th 09 09:29 PM
How do I randomize a list of names in excel? kseyedoc Excel Discussion (Misc queries) 1 July 12th 07 10:39 PM
How do I randomize a list of 20 people? Ken P Excel Discussion (Misc queries) 2 August 8th 06 10:36 PM
How do I randomize a list without repeats K9CE Excel Discussion (Misc queries) 2 October 13th 05 07:01 PM


All times are GMT +1. The time now is 01:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"