G
Gabby
Hi. I'm at a loss here. I tried using both the RAND and the RANDBETWEEN
analysis toolpack functions to do this but both of them fail to do what
I'm requiring.
I have eight columns of eight rows of data. I'd like to create a
function that can randomly select the criteria I've listed on the data
range. For example,
a1 b1 c1 d1 e1 f1 g1 h1
a2 b2 c2 d2 e2 f2 g2 h2
a3 b3 c3 d3 e3 f3 g3 h3
a4 b4 c4 d4 e4 f4 g4 h4
a5 b5 c5 d5 e5 f5 g5 h5
a6 b6 c6 d6 e6 f6 g6 h6
a7 b7 c7 d7 e7 f7 g7 h7
a8 b8 c8 d8 e8 f8 g8 h8
is the data I've listed I want used to generate a random listing of the
above data. The function should read the above data and spit out one of
the above entries in a different cell. In other words, the fuction will
read the array and choose which alphanumeric entry to input in a
different cell of my choosing. I type in the custom fuction and it will
look at the data above and choose at random which data from the criteria
to generate at random. Can this be done? Any help would be greatly
appreciated.
analysis toolpack functions to do this but both of them fail to do what
I'm requiring.
I have eight columns of eight rows of data. I'd like to create a
function that can randomly select the criteria I've listed on the data
range. For example,
a1 b1 c1 d1 e1 f1 g1 h1
a2 b2 c2 d2 e2 f2 g2 h2
a3 b3 c3 d3 e3 f3 g3 h3
a4 b4 c4 d4 e4 f4 g4 h4
a5 b5 c5 d5 e5 f5 g5 h5
a6 b6 c6 d6 e6 f6 g6 h6
a7 b7 c7 d7 e7 f7 g7 h7
a8 b8 c8 d8 e8 f8 g8 h8
is the data I've listed I want used to generate a random listing of the
above data. The function should read the above data and spit out one of
the above entries in a different cell. In other words, the fuction will
read the array and choose which alphanumeric entry to input in a
different cell of my choosing. I type in the custom fuction and it will
look at the data above and choose at random which data from the criteria
to generate at random. Can this be done? Any help would be greatly
appreciated.