Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

random mumber array

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jedg - 23 Mar 2006 17:07 GMT
hi all

Can anyone give me some help with creating a random number array in a
very specific way?

First of all, in the cells of column A, automatically create a simpl
sequence of whole numbers, increasing from 1 to y, where y is anythin
from 10 upwards. So, if I specify y=10, then A1=1, A2=2
A3=3,....A10=10. ie. creating 10 rows numbered 1 to 10.

Then, for column B, the program generates random whole numbers betwee
1 and y, in this example, y=10, and places them in the cells of colum
B. But, each number in the random range may only appear once in colum
B ie. no duplicates. So, a number can only be generated once from th
range 1 to y. The final number in column B, in cell A10, is therefor
just the remaining unselected number from the random range.

Then, the program compares the numbers in each of the 10 rows, ie. A
against B1, etc; if they are the same in one or more rows, ie
duplicated, then the program runs the random number generation abov
again. Rows are then checked again for duplicates. If no duplicates ar
found in the rows then the column is now completed and the program move
on to the next column, in this example column C.

The program then runs both of the subsets above for the next column an
so on. So, the program must be able to specify x number of columns t
randomly generate up to column H, in this example x=C.

Once the final specified column has been randomly generated, th
program stops and a random array has been generated. In the exampl
above, one possibility would be -

A       B       C
1       7       5
2       9       6
3       1       10
4       5       8
5       2       1
6       8       3
7       3       4
8       10      2
9       6       7
10     4       9

Note that no numbers have been duplicated in any column or row - th
ultimate aim of the program. And, that each number appears in the arra
exactly the same number of times, in this case three times; which i
always the same as the total number of columns.

What I want to be able to do is open a new spreadsheet, put th
parameters of x and y into the program, click "go", and the rando
array is produced as above.

Now, all I need to know is how do I make Excel do this?

thanks
Je
Barb Reinhardt - 24 Mar 2006 16:15 GMT
Do a google search for Sudoku and Excel. You might find it there.

> hi all
>
[quoted text clipped - 53 lines]
> thanks
> Jed
David J. Braden - 29 Mar 2006 02:10 GMT
When you write that "y can be anything from 10 upwards", just how high
do you have in mind? 1 000? 60 000? And how many columns do you have in
mind? Just 3? 20? 200?

Let us know. The scope of the problem drives the few ideas I have.
Dave Braden

> hi all
>
[quoted text clipped - 53 lines]
> thanks
> Jed

Signature

Please keep response(s) solely within this thread.

jedg - 31 Mar 2006 15:43 GMT
When you write that "y can be anything from 10 upwards", just how high
do you have in mind? 1 000? 60 000? And how many columns do you have
in
mind? Just 3? 20? 200?

Let us know. The scope of the problem drives the few ideas I have.
Dave Braden
=======================================================

hi Dave

Thanks for offering some ideas on this.

As I said in the original post, the maximum number of columns (x) would
be
eight, ie. A-H.

The maximum number of rows (y) is 99.

thanks
Jed

Signature

jedg

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.