Of course, you should add a 0 to each of the range sizes in the formula to
bring them up to 1000.
I did my test on 100.
--
Regards,
RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------
I'm assuming that your looking for the grids to be populated with random
names "without replacement".
Say your list of names was in Column Z, from Z1 to Z1000.
Enter this formula in Y1:
=Rand()
And copy down to Y1000.
Now, enter this formula in say A1:
=INDEX($Z$1:$Z$100,RANK(INDEX($Y$1:$Y$100,(3*ROWS($1:1))-3+COLUMNS($A:A)),$Y$1:$Y$100))
Drag across to copy to C1.
Then drag down to copy as needed.
You can add borders between every 3 rows to separate your grids,
OR,
You can even clear a row of formulas to delineate your grids.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
I have a column of about 1000 names and I want to make 3x3 grids, each
containing 9 random names from this list in Excel. How can I get Excel to
do
this for me?