Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Random Number Selection

I need to randomly select 20 numbers from a list of 10k. How would I be able
to do this use the Random Generator?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Random Number Selection

Put the list in column A and in B1 enter:

=RAND() and copy down

then sort columns A & B by column B. This will shuffle the numbers in
column A.


Just pick the top 20 in column A.
--
Gary''s Student - gsnu200767


"Work.Work.Work" wrote:

I need to randomly select 20 numbers from a list of 10k. How would I be able
to do this use the Random Generator?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Random Number Selection

Thanks for the quick reply, but what I am looking for is an auto generator.
Where it takes my list of values and randomly select X amount of numbers and
generate a list for me?

"Gary''s Student" wrote:

Put the list in column A and in B1 enter:

=RAND() and copy down

then sort columns A & B by column B. This will shuffle the numbers in
column A.


Just pick the top 20 in column A.
--
Gary''s Student - gsnu200767


"Work.Work.Work" wrote:

I need to randomly select 20 numbers from a list of 10k. How would I be able
to do this use the Random Generator?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Random Number Selection

In addition to what I said about columns A&B, in C1 enter:
=A1 and copy down thru C20

now when you sort columns A&B, column C will automatically have your 20
random picks.
--
Gary''s Student - gsnu200767


"Work.Work.Work" wrote:

Thanks for the quick reply, but what I am looking for is an auto generator.
Where it takes my list of values and randomly select X amount of numbers and
generate a list for me?

"Gary''s Student" wrote:

Put the list in column A and in B1 enter:

=RAND() and copy down

then sort columns A & B by column B. This will shuffle the numbers in
column A.


Just pick the top 20 in column A.
--
Gary''s Student - gsnu200767


"Work.Work.Work" wrote:

I need to randomly select 20 numbers from a list of 10k. How would I be able
to do this use the Random Generator?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Random Number Selection

I have a number of VBA functions for random numbers as
http://www.cpearson.com/excel/randomNumbers.aspx


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2008
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

"Work.Work.Work" wrote in message
...
Thanks for the quick reply, but what I am looking for is an auto
generator.
Where it takes my list of values and randomly select X amount of numbers
and
generate a list for me?

"Gary''s Student" wrote:

Put the list in column A and in B1 enter:

=RAND() and copy down

then sort columns A & B by column B. This will shuffle the numbers in
column A.


Just pick the top 20 in column A.
--
Gary''s Student - gsnu200767


"Work.Work.Work" wrote:

I need to randomly select 20 numbers from a list of 10k. How would I be
able
to do this use the Random Generator?


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
Random Selection Craig Excel Worksheet Functions 3 September 27th 07 05:18 PM
Random number selection kwidener Excel Worksheet Functions 5 September 5th 06 04:04 PM
Random Selection Cookie New Users to Excel 2 May 3rd 06 12:05 AM
Random Selection Cris Excel Worksheet Functions 2 October 16th 05 06:15 PM
How do I find random number in list of random alpha? (Position is. jlahealth-partners Excel Discussion (Misc queries) 0 February 8th 05 05:31 PM


All times are GMT +1. The time now is 10:00 AM.

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"