Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like a formula to randumly pick numbers between 1 and 45 but once a
number is picked the number won't be picked again. Is that possible? -- Carolan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look he
http://www.mcgimpsey.com/excel/udfs/randint.html -- Kind regards, Niek Otten Microsoft MVP - Excel "CarolAn" wrote in message ... I would like a formula to randumly pick numbers between 1 and 45 but once a number is picked the number won't be picked again. Is that possible? -- Carolan |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You can download the random number generator from here - http://www.ablebits.com/excel-random...t-free-addins/. This allows you to generate unique random numbers. -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "CarolAn" wrote in message ... I would like a formula to randumly pick numbers between 1 and 45 but once a number is picked the number won't be picked again. Is that possible? -- Carolan |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi there.
One possible solution involves the following steps: 1. Select cells A1:A45. 2. Type in the formula =row() and press CTRL + ENTER. 3. Select cells B1:B45. 4. Type in the formula =RAND() and press CTRL + ENTER 5. Select cells A1:B45, press Ctrl C and choose the menu Paste Values Only. 6. With cells A1:B45 selected sort them by column B. 7. Select cells, say, G1:G45. 8. Type in the formula =INDEX(A1:A45,ROW(A1:A45),1) and press CTRL + ENTER. This will give you fourty-five rows with an integer "randomly" generated between 1 and 45 without repetition. Regards, Otávio "CarolAn" wrote: I would like a formula to randumly pick numbers between 1 and 45 but once a number is picked the number won't be picked again. Is that possible? -- Carolan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RANDBETWEEN() | Excel Worksheet Functions | |||
RANDBETWEEN | Excel Worksheet Functions | |||
randbetween | Excel Worksheet Functions | |||
Randbetween | Excel Discussion (Misc queries) | |||
randbetween gives ?NAME | Excel Discussion (Misc queries) |