Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I would like to randomly sort the numbers 1-35 in my worksheet. Each integer is in its own seperate cell, which are currently arranged in descending order in cells A1:A35. I tried selecting A1:A35 and using =UniqRandInt(35) as an array (from http://www.sulprobil.com/html/uniqrandint.html), but every cell returned "#NAME?". Any easy-to-follow help would be appreciated- thanks! -jpeckner |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In B1 enter the formula =Rand() Double click the drag nagdle to fill down to A35 Select A&B columns and sort by column B To get a different sort hit F9 and sort again. Mike "Justin Peckner" wrote: Hello, I would like to randomly sort the numbers 1-35 in my worksheet. Each integer is in its own seperate cell, which are currently arranged in descending order in cells A1:A35. I tried selecting A1:A35 and using =UniqRandInt(35) as an array (from http://www.sulprobil.com/html/uniqrandint.html), but every cell returned "#NAME?". Any easy-to-follow help would be appreciated- thanks! -jpeckner |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's UDF and you would need to install it first, that is why you get the
name error http://www.mvps.org/dmcritchie/excel/install.htm -- Regards, Peo Sjoblom "Justin Peckner" wrote in message ... Hello, I would like to randomly sort the numbers 1-35 in my worksheet. Each integer is in its own seperate cell, which are currently arranged in descending order in cells A1:A35. I tried selecting A1:A35 and using =UniqRandInt(35) as an array (from http://www.sulprobil.com/html/uniqrandint.html), but every cell returned "#NAME?". Any easy-to-follow help would be appreciated- thanks! -jpeckner |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
Did you array-enter this formula (with CTRL + SHIFT + ENTER)? And did you put the macro into a macro module (press ALT + F11, enter a module, insert macro text)? Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i sort rows randomly? | Excel Discussion (Misc queries) | |||
How do I randomly sort data in a column? | Excel Discussion (Misc queries) | |||
How do you randomly sort a RANGE | Excel Worksheet Functions | |||
A list of Consecutive Integers, can I search for missing integers | Excel Worksheet Functions | |||
How do I shuffle a group of cells randomly in Excel? | Excel Discussion (Misc queries) |