+ Reply to Thread
Results 1 to 10 of 10

Create Bingo Cards from Word List

  1. #1
    Registered User
    Join Date
    01-22-2018
    Location
    Lincoln, England
    MS-Off Ver
    Pro Plus 2013
    Posts
    5

    Create Bingo Cards from Word List

    Hi

    I am trying to create a worksheet that will produce a random Bingo Card based on a list of words. I have been able to do it (sort of) but to create 25 card would make a lot of work.

    I have managed to create a card 4 x 4 with each cell containing a random word from the list. However, if the 1st 4 words are Apple, Banana, Orange, Pear then unless I manually jumble to formula that I am using, the top 4 cells of the bingo card will be Apple, Banana, Orange, Pear. Is there a way that I can have a list but then a random one is selected for each cell of the bingo card without any duplicates?

    I dont know how to attach files so here is a link:-

    https://drive.google.com/file/d/1HxX...ew?usp=sharing

    Thanks

    Peter

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,845

    Re: Create Bingo Cards from Word List

    Attach the workbook here.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-22-2018
    Location
    Lincoln, England
    MS-Off Ver
    Pro Plus 2013
    Posts
    5

    Re: Create Bingo Cards from Word List

    Thanks.

    Here is the attachement
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,563

    Re: Create Bingo Cards from Word List

    Hello pfdizzy and Welcome to Excel Forum.
    I hope that this may help and also that it will provide a spark that will inspire someone else to make improvement.
    1) Columns B:G are populated using the Rand() function,
    2) M1 is 66 and M2 and down is populated using: =IF(MOD(ROW(),5)=1,M1+1,M1)
    3) The first Bingo Card is populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    After the formula has been copied over and down to cell L5 and while the range I2:L5 is selected
    1) Copy the range (Ctrl + c)
    2) Select cell I7 and paste (Ctrl + v)
    3) While the range I7:L10 is still selected edit the part of the formula that will now read ROW(6:6) so that it reads ROW(1:1)
    4) Press Ctrl + Enter to confirm the change leaving the range selected.
    Repeat the 4 steps above for each Bingo Card.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: Create Bingo Cards from Word List

    This sample may help. Its an alternate way of doing random excludes. The sample does numeric's, but you should be able to setup a key of text in a column someplace and pull from it.

    See the bingo sheet. As is, you just copy a "card" on that sheet to another area to create additional cards. So you should be able to create as many as you like. Ill see if I can add the text key to it later.
    Attached Files Attached Files
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

  6. #6
    Registered User
    Join Date
    01-22-2018
    Location
    Lincoln, England
    MS-Off Ver
    Pro Plus 2013
    Posts
    5

    Re: Create Bingo Cards from Word List

    Thanks JeteMc

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,563

    Re: Create Bingo Cards from Word List

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

  8. #8
    Registered User
    Join Date
    04-04-2020
    Location
    San Jose, CA, USA
    MS-Off Ver
    Microsoft Office 2016
    Posts
    9

    Re: Create Bingo Cards from Word List

    Hello,

    I am using this page for formulas to create bingo cards from a word list and I can't seem to figure out where I am getting it wrong.

    Site: easysimplesmart.com/sight-word-bingo-excel/

    I have also attached my file.

    Thank you and Regards,

    Shih Fa

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,563

    Re: Create Bingo Cards from Word List

    Administrative Note:

    Hello shihfa and Welcome to Excel Forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

    Let us know if you have any questions.

  10. #10
    Registered User
    Join Date
    04-04-2020
    Location
    San Jose, CA, USA
    MS-Off Ver
    Microsoft Office 2016
    Posts
    9

    Re: Create Bingo Cards from Word List

    Thank you and I am sorry. I will post a new thread.

    Regards,

    Shih Fa

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Help require to get output from the code to create cards
    By mso3 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-29-2015, 12:18 PM
  2. Replies: 2
    Last Post: 01-21-2014, 09:42 PM
  3. Replies: 2
    Last Post: 12-10-2013, 02:58 PM
  4. create my own bingo game
    By pleasehelp in forum Excel General
    Replies: 10
    Last Post: 05-30-2012, 01:02 AM
  5. [SOLVED] Create random number bingo cards with Excel
    By teachertolawyer in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 09-15-2005, 07:05 AM
  6. [SOLVED] How can I print flash cards in excel, word or other ms products.
    By BZTQSB in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-28-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1