Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 159
Default Randon number distribution/generator help please.

Premise;

I want to randomly number the cells in a single column, 999 rows high using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 762
Default Randon number distribution/generator help please.

Larry -

If you're going to do this just once, a simple way is to use a adjacent
helper column filled with =RAND(). Select both columns, and choose Data |
Sort ...

(If you're bothered that RAND recalculates after the sort, use Copy and
Paste Special | Values before the sort.)

Perhaps you can avoid the "1 thru 999" completely by using the same helper
column adjacent to the list of names.

- Mike
http://www.mikemiddleton.com

"larry" wrote in message
...
Premise;

I want to randomly number the cells in a single column, 999 rows high
using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in
this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will
be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Randon number distribution/generator help please.

Hi,

One way would be to use a helper column, in a blank (helper) column type
=RAND() and copy down to the last row, then use the small or large function
in another column.......=LARGE($A$1:$A$999,ROW(A1)) and copy down.

Hope this helps!
Jean-Guy

"larry" wrote:

Premise;

I want to randomly number the cells in a single column, 999 rows high using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Randon number distribution/generator help please.

Oops.....I meant the RANK function.....=RANK(A1,$A$1:$A$999)

sorry for the misunderstanding!

Regards
Jean-Guy

"pinmaster" wrote:

Hi,

One way would be to use a helper column, in a blank (helper) column type
=RAND() and copy down to the last row, then use the small or large function
in another column.......=LARGE($A$1:$A$999,ROW(A1)) and copy down.

Hope this helps!
Jean-Guy

"larry" wrote:

Premise;

I want to randomly number the cells in a single column, 999 rows high using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 159
Default Randon number distribution/generator help please.

Mike,
Thanks for the reply,
--
Larry


"Mike Middleton" wrote:

Larry -

If you're going to do this just once, a simple way is to use a adjacent


I am going to have to do this more than once. I would want to recalculate
the number each time before copy and pasting them to the working page that I
will print from.

Not sure what a helper column is, sorry going to need lots of help.

helper column filled with =RAND().


When I did this I got random number, with a value less than one to eight
places

Select both columns, and choose Data |
Sort ...

(If you're bothered that RAND recalculates after the sort, use Copy and
Paste Special | Values before the sort.)


I would prefer that Rand not recalculate after the sort.

Perhaps you can avoid the "1 thru 999" completely by using the same helper
column adjacent to the list of names.


I will need the 1 thru 999 numbers


- Mike
http://www.mikemiddleton.com

"larry" wrote in message
...
Premise;

I want to randomly number the cells in a single column, 999 rows high
using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in
this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will
be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 159
Default Randon number distribution/generator help please.

Pinmaster

Thank I think I made it work
--
Larry


"pinmaster" wrote:

Hi,

One way would be to use a helper column, in a blank (helper) column type
=RAND() and copy down to the last row, then use the small or large function
in another column.......=LARGE($A$1:$A$999,ROW(A1)) and copy down.

Hope this helps!
Jean-Guy

"larry" wrote:

Premise;

I want to randomly number the cells in a single column, 999 rows high using
the numbers 1 thru 999.

How do I randomly distribute the number 1 thru 999 to the 999 cells in this
column using each number only once?

Given my math skills I have not been able to do this using Excel: RAND,
RANDBETWEEN, of RANDOM_worksheet_Function.

I'm sure it's me, not the capabilities of Excel.

Objective;

After generating the list of 999 randomly distributed numbers, they will be
combined (cut/paste) with an alphabetized list of names.

I will then sort the data using the number field to generate a numerical
indexed randomized list of names rather than an alphabetized list of names

Thanks in advance for any help that you can provide.

--
Larry

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Number in Invoice Pammi J New Users to Excel 43 February 26th 07 10:39 PM
Changing a Number in a Column Using Arrays [email protected] Excel Worksheet Functions 3 September 12th 06 02:48 PM
Generating (in a random order)each number once from a given number Neil Goldwasser Excel Worksheet Functions 2 December 2nd 05 11:27 PM
vlookup with more than number to be retrieved martelie Excel Worksheet Functions 3 October 14th 05 12:50 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 08:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"