Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
does anyone know how to get excel to select randomly from a list of values.
lets say A1=Dave, A2=Gaz, A3= James, A4=pete. is there are function that can select one of the four names randomly? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way with your list in column A try this formula in another cell
=INDIRECT("A"&RANDBETWEEN(1,4)) Change the 4 to however many names you have in your list and Tap F9 to get a different name. Mike "frisbee_train" wrote: does anyone know how to get excel to select randomly from a list of values. lets say A1=Dave, A2=Gaz, A3= James, A4=pete. is there are function that can select one of the four names randomly? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INDEX(A1:A4,INT(RAND()*ROWS(A1:A4)+1))
"frisbee_train" wrote: does anyone know how to get excel to select randomly from a list of values. lets say A1=Dave, A2=Gaz, A3= James, A4=pete. is there are function that can select one of the four names randomly? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select top 10 in a list | Excel Discussion (Misc queries) | |||
To select from a list | Excel Discussion (Misc queries) | |||
To select from a list | Excel Discussion (Misc queries) | |||
Select the last value from a list | Excel Worksheet Functions | |||
how to randomly select a name in a list and then the select the ne | Excel Worksheet Functions |