Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I'm making a prize drawing list.
I have a list of about 8500 numbers, some of which are duplicated, which is OK, I want multiple entries to increase chance of winning. How can I return a random number at will from this range of cells? |
#2
![]() |
|||
|
|||
![]()
tjb,
Each time you recalc (Ctrl-Alt-F9), this will return a random value from column A, no matter how many values you have in column A. Note that you cannot have any blanks within your list, and your list must start in cell A1. =INDEX(A:A,ROUND(RAND()*COUNTA(A:A),0)) HTH, Bernie MS Excel MVP "tjb" wrote in message ... I'm making a prize drawing list. I have a list of about 8500 numbers, some of which are duplicated, which is OK, I want multiple entries to increase chance of winning. How can I return a random number at will from this range of cells? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What formula is used for subtracting a range of different cells f. | Excel Worksheet Functions | |||
Formula help for using a range of cells! | Excel Worksheet Functions | |||
How can I dynamically eliminate blank cells in a given range in E. | Excel Worksheet Functions | |||
How do you delete one cell from a range of protected cells | Excel Worksheet Functions | |||
Excel-value in a range of cells for two cross references | Excel Worksheet Functions |