Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
ROUND(RAND()*10,0)
That will generate random numbers from 0 to 10 and could lead to an error or a non-random result depending on where the formula is entered. Try this: ROUND(RAND()*9,0)+1 Or this: RANDBETWEEN(1,10) This one requires the Analysis ToolPak add-in be installed if using Excel versions prior to Excel 2007. -- Biff Microsoft Excel MVP "Sheeloo" <="to" & CHAR(95) & "sheeloo" & CHAR(64) & "hotmail.com" wrote in message ... You can use =Rand() to generate a random number then use that to find a value from the list... If you have 10 values in the list and your list is in C1:C10 then use =INDEX(C1:C10,ROUND(RAND()*10,0),1) "JohnB" wrote: Is there a function for randomly selecting a value from a list of values? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Selection - Transpose Selection - Delete Selection | Excel Discussion (Misc queries) | |||
Identifying a selection of a selection of a range | Excel Worksheet Functions | |||
Randon number distribution/generator help please. | Excel Discussion (Misc queries) | |||
Randon file saves | Excel Discussion (Misc queries) | |||
Changing Selection for the "Center Across Selection" alignment | Excel Discussion (Misc queries) |