Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to know if Excel has a formula to do the following: I have a database
of 252 numbers and I need to randomly pick out 10 groups of 30 numbers, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Because you need 300 sample of 252 numbers, you will have repeats.
Put your numbers in A1 thru A252 In B1 enter: =INDEX($A$1:$A$252,RANDBETWEEN(1,252),1) Then copy B1 and paste from B1 thru L30 -- Gary's Student "Linzzy016" wrote: I need to know if Excel has a formula to do the following: I have a database of 252 numbers and I need to randomly pick out 10 groups of 30 numbers, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
Macro question | Excel Worksheet Functions | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Inserting a new line when external data changes | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions |