Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure that Excel can do this, and I've never needed to try anything
like it in the past, so I'm not even sure how to attempt it. Basically, I have a set of non-sequencial numbers (2, 4, 5, 6, 9, 12, 14, 15, 16, 17, 19, 20, 22, 26, 27, 31, 34, 35, 39, 40, 41, 42, 45, 48, for example), and I want to generate sets of 5 or 6 random numbers from among them, and ONLY from among those number. The random number generation function native to Excel ( RAND()*(b-a)+a or RAND()*100 ) would give me a true random number, or random number from 0-100 for example, but is there any way I could exclude all but specific numbers from the value range and have it pick 5 values from my set as I described? Hopefully I've described what I'm after well enough that it makes sense. Thank you in advance. KM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RANDOM NUMBER GENERATION. | Excel Worksheet Functions | |||
random number generation | Excel Discussion (Misc queries) | |||
random number generation | Excel Worksheet Functions | |||
I need help with random number generation | Excel Worksheet Functions | |||
random number generation | Excel Programming |