Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I put items from a list or column into other boxes in Excel

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How do I put items from a list or column into other boxes in Excel

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!
================================================== ===


"Ferby" wrote in message
...
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?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How do I put items from a list or column into other boxes in Excel

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 !
-----------------------------------------------------------------------------------------------

"RagDyeR" wrote in message
...
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!
================================================== ===


"Ferby" wrote in message
...
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?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How do I put items from a list or column into other boxes in E


Thanks for this brilliant response, I hope that you don't mind me asking if
you could help with a few related issues?!

Firstly, is there any way to add bias to some of the names so they are
selected more frequently?

Secondly is there any way to publish the 3x3 grid or open it via the
internet, so that every time someone opens it, it is populated anew in their
browser?

Thanks again.

Ferbs

"RagDyeR" wrote:

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!
================================================== ===


"Ferby" wrote in message
...
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?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How do I put items from a list or column into other boxes in E

Can't help at all with the Internet stuff, and as far as your question on
adjusting probability ... that's also a gray area with me.

However, I would possibly think that a common-sense approach might be the
unequal listing of names, which should tilt the scales of random
probability.

If you've got a 1,000 names ... each listed once ... and you choose to
increase the chances of 10 of those names, add additional entries of those
names to the list.
Just like buying 10 lottery tickets.
You've got a 10 times better chance then a person who buys a single lottery
ticket.
So you increase the size of the list to 1,100, and 10 names are listed 10
times instead of once.

Just a thought.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Ferby" wrote in message
...

Thanks for this brilliant response, I hope that you don't mind me asking

if
you could help with a few related issues?!

Firstly, is there any way to add bias to some of the names so they are
selected more frequently?

Secondly is there any way to publish the 3x3 grid or open it via the
internet, so that every time someone opens it, it is populated anew in

their
browser?

Thanks again.

Ferbs

"RagDyeR" wrote:

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!
================================================== ===


"Ferby" wrote in message
...
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?




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
List items in column Terry Bennett Excel Worksheet Functions 1 July 17th 06 04:16 PM
Selecting subsets using combo boxes or list boxes CLamar Excel Discussion (Misc queries) 0 June 1st 06 07:43 PM
How do I create a list of items in a column? stepaim Excel Worksheet Functions 3 May 6th 06 07:07 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
how can I list items in a column with totals? andy Excel Discussion (Misc queries) 4 February 22nd 05 08:30 PM


All times are GMT +1. The time now is 12:24 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"