Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Random Selection | Excel Worksheet Functions | |||
Random number selection | Excel Worksheet Functions | |||
Random Selection | New Users to Excel | |||
Random Selection | Excel Worksheet Functions | |||
How do I find random number in list of random alpha? (Position is. | Excel Discussion (Misc queries) |