Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to know to setup my spreadsheet to randomly select from a list
of text and also numbers. For instance, used in a drawing for contest. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=RANDBETWEEN(1,100) gives a random number in the range 1 to 100
so does =RAND()*(100-1)+1 The former needs the Analysis Toolpac installed, the latter does not =INDEX(A1:A100,RANDBETWEEN(1,100),1) will randomly select an item (text or number) from a list in A1:A100 In all cases, for "random" read "quasi-random" in case there are purists lurking <grin For random numbers without duplicates see http://www.tushar-mehta.com/excel/ne...ion/index.html best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "Inquiring mind" <Inquiring wrote in message ... I would like to know to setup my spreadsheet to randomly select from a list of text and also numbers. For instance, used in a drawing for contest. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Another approach could be my UDF Random_Pick: http://www.sulprobil.com/html/uniqrandint.html Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting random Data created from a random formula | Excel Discussion (Misc queries) | |||
Selecting Random Data | Excel Worksheet Functions | |||
Selecting a Random Sample of 15 from a Large data set | Excel Worksheet Functions | |||
Selecting Random Data | Excel Worksheet Functions | |||
Selecting at random with weighted probability | Excel Worksheet Functions |