#1   Report Post  
Posted to microsoft.public.excel.misc
shoes
 
Posts: n/a
Default Bingo

I am trying to set up something to create bingo cards with words in them. I
have my calling sheet created. I typed in the words I wanted on the call
sheet. Now I would like to randomly populate the Bingo cards from the call
sheet. Is this possible with text? I would like to populate the cards in
column A sheet 1, with text that is in column A sheet 2. Then column 2 sheet
1 with column 2 sheet2. I hope this makes sense.
--
Shoes
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Bingo

Create a new workbook.

On sheet1:
put this in A1:A100:
=rand()
put your phrases in B1:B100

Then in Sheet2
Put this in A1:
=INDEX(Sheet1!$B$1:$B$100,
MATCH(LARGE(Sheet1!$A$1:$A$100,((ROW()-1)*5+(COLUMN()-1)+1)),
Sheet1!$A$1:$A$100,0))
(all one cell)

Drag down to A5 and drag A1:A5 to E1:E5

Each time the workbook recalculates, you'll get a new set of phrases.
(Hit F9 to force a new calc.)

=======
If you search google for "buzzword bingo", you may find a template that's
already been made.

shoes wrote:

I am trying to set up something to create bingo cards with words in them. I
have my calling sheet created. I typed in the words I wanted on the call
sheet. Now I would like to randomly populate the Bingo cards from the call
sheet. Is this possible with text? I would like to populate the cards in
column A sheet 1, with text that is in column A sheet 2. Then column 2 sheet
1 with column 2 sheet2. I hope this makes sense.
--
Shoes


--

Dave Peterson
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
Bingo Lottery Winning Numbers Nomis-MCSE Excel Discussion (Misc queries) 1 January 13th 06 07:21 PM
Create random number bingo cards with Excel teachertolawyer New Users to Excel 5 September 15th 05 11:34 AM
how can I enter books of the bible into excel and print out bingo. BArtneedsHELP New Users to Excel 5 August 31st 05 09:10 PM


All times are GMT +1. The time now is 06:31 AM.

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"