+ Reply to Thread
Results 1 to 6 of 6

Ramon numbers from a list with no duplicates

  1. #1
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Ramon numbers from a list with no duplicates

    So i am looking to create a bingo card 5x5 grid with random numbers from a list. Students will have to solve equations so i will have a list of all the answers.

    What i am basically looking for is how to write the formula so that it is linked to the list of answers.

    Se attached sample
    Attached Files Attached Files
    Last edited by Losguapos1; 12-21-2015 at 11:18 AM.

  2. #2
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Ramon numbers from a list with no duplicates

    Title should read RANDOM! not Ramon, damn auto correct

  3. #3
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Ramon numbers from a list with no duplicates

    Any help would be great appreciated. Trying to give the kids something fun to do before break!

  4. #4
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Ramon numbers from a list with no duplicates

    anyone have any idea....i am totally stumped right now

    Los

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Ramon numbers from a list with no duplicates

    I don't understand how the numbers and Answers go together. Are there questions/equations that I am not seeing? I can set up the cards like a normal random bingo card but based on the negative numbers, that's not what you want. Explain what you are doing a little more and maybe I can figure it out.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Ramon numbers from a list with no duplicates

    Okay, here's how to get random numbers from -20 to +20 (I think that is what you are trying to do) in your bingo cards. on "Answers" insert additional columns next to each Card and enter = RAND() into those extra columns.

    Using Card1 as an example. In A3 copied and pasted to all other squares on the card

    =INDEX(Answers!$B$2:$B$42, MATCH(SMALL(Answers!$A$2:$A$42, (ROWS($A$1:$A1)+5*(COLUMNS($A$1:A$1)-1))),Answers!$A$2:$A$42,0))

    This finds the position of the smallest random number in A and returns the value in B of the same row.
    See attachment.
    Attached Files Attached Files

+ 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. Rank numbers in list that has duplicates, but exclude zeros
    By djames7726 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-02-2015, 07:14 PM
  2. [SOLVED] Classify smallest numbers by a list with duplicates in a strict way
    By dualaudio454252 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-03-2014, 09:46 PM
  3. Replies: 7
    Last Post: 02-25-2014, 04:44 PM
  4. Replies: 2
    Last Post: 08-28-2012, 10:41 PM
  5. Replies: 6
    Last Post: 12-17-2011, 04:58 AM
  6. Replies: 1
    Last Post: 02-17-2009, 10:25 PM
  7. [SOLVED] How can I create a list of random numbers with no duplicates?
    By Kwasniewski in forum Excel General
    Replies: 2
    Last Post: 05-14-2006, 09:50 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