+ Reply to Thread
Results 1 to 9 of 9

Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quadrant

  1. #1
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quadrant

    Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quadrants! please
    Phase A - base numbers

    1. Choose 4 random letters of 25, assign them to 4 numbers from quadrant 1

    2. Choose 4 random letters of remaining 21, assign them to 4 numbers from quadrant 2

    3. Choose 4 random letters of remaining 17, assign them to 4 numbers from quadrant 3

    4. Choose 4 random letters of remaining 13, assign them to 4 numbers from quadrant 4



    Phase B - completing the game

    1. Take the remaining 9 letters and assign them to corresponding numbers in each quadrant - you get 36 numbers

    2. Choose 2 random numbers of these 36 to eliminate, you are left with 34 numbers

    3. Combine these 34 numbers and the 16 base numbers to get a game of 50 numbers
    Example = I choose 01 = I can not play 06 51 56, because it's the same letter A

    a b c d e a b c d e
    f g h i j f g h i j
    k l m n o k l m n o
    p q r s t p q r s t
    u v w x y u v w x y

    a b c d e a b c d e
    f g h i j f g h i j
    k l m n o k l m n o
    p q r s t p q r s t
    u v w x y u v w x y

    01 02 03 04 05 06 07 08 09 10
    11 12 13 14 15 16 17 18 19 20
    21 22 23 24 25 26 27 28 29 30
    31 32 33 34 35 36 37 38 39 40
    41 42 43 44 45 46 47 48 49 50


    51 52 53 54 55 56 57 58 59 60
    61 62 63 64 65 66 67 68 69 70
    71 72 73 74 75 76 77 78 79 80
    81 82 83 84 85 86 87 88 89 90
    91 92 93 94 95 96 97 98 99 00

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Nothing is more frustrating than to be working on homework and to get stuck. Without guidance, you might have no hope of finishing the assignment before the deadline. The Internet can be a big help in that respect, but without learning how to get the right answer, asking others to solve your homework questions for you simply becomes a downward spiral (and it's cheating).

    We do not want to contribute to you cheating yourself out of your education, but we also acknowledge that seeking assistance to learn a concept is a legitimate request.

    If you are genuinely interested in receiving help in the form of tutoring or coaching, then please rephrase the title of your original post to clearly indicate you are seeking coaching or tutoring help. Any forum members (who are willing to assist as a tutor) will modify their responses accordingly to facilitate your learning. Tutors don't tell you the answers, they help you figure it out for yourself; so don't expect answers, expect suggestions, or just plain hints. Also, be specific in describing the function/formula or technique you trying to learn, and tell us what you have attempted so far. Otherwise, expect your plea for homework answers to be ignored.
    Never use Merged Cells in Excel

  3. #3
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    corret 4 quadrant
    ttp://www.mediafire.com/file/18l0w8irbu7fl0r/quadrantes_corret.xlsx

  4. #4
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Hello, zbor, I just mentioned the directives (the bases), so that someone can help me in generating lines of
    50 numbers, in the mentioned criteria, someone with knowledge in randon

  5. #5
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Hello, what is the question on the question? Makro has to create lines of 50 numbers in the criteria of 25 letters of no repeat,

  6. #6
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    seems like just a bunch of loops using 2 sheets to slowly delete the letters and numbers available? or arrays but i'm not the best with arrays. good learning experience though

  7. #7
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Hello sparky 347, thanks for watching, the post, in the 1st post the 4 groups of letters (25 every 5x5)
    It was out of focus, what is worth is the link of the planilia,
    Since we have 4 quadrants, (5x5) and 25 letters (the letters actually are to see the same 25 positions in the 5x5,
    I choose, randomly 4 letters in the 1st quadrant do not repeat in the remaining 3,
    Objective = do not repeat the letters after choosing the reference group. Please

  8. #8
    Forum Contributor
    Join Date
    05-02-2015
    Location
    calgary alberta
    MS-Off Ver
    2012
    Posts
    205

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Well I see you posted a link that I can't access. And this really does seem like a school project as stated above. Therefore I would ask you post a workbook with what you have so far?
    The issue does not lie with understanding what you want the macro to do but that we would like you to put an effort in as well

  9. #9
    Forum Contributor
    Join Date
    11-29-2014
    Location
    brasil
    MS-Off Ver
    excel 2016
    Posts
    2,318

    Re: Generate lines of 50 numbers (00 to 99) without repeating the 25 letters of the 4 quad

    Phase A - base numbers

    1. Choose 4 random letters of 25, assign them to 4 numbers from quadrant 1

    2. Choose 4 random letters of remaining 21, assign them to 4 numbers from quadrant 2

    3. Choose 4 random letters of remaining 17, assign them to 4 numbers from quadrant 3

    4. Choose 4 random letters of remaining 13, assign them to 4 numbers from quadrant 4



    Phase B - completing the game

    1. Take the remaining 9 letters and assign them to corresponding numbers in each quadrant - you get 36 numbers

    2. Choose 2 random numbers of these 36 to eliminate, you are left with 34 numbers

    3. Combine these 34 numbers and the 16 base numbers to get a game of 50 numbers

+ 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] Need help adapting a formula to generate a random array of non-repeating numbers
    By MalibuLX3 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-11-2016, 08:56 AM
  2. [SOLVED] How to generate non-repeating random numbers in a column wihtout VB
    By luv2glyd in forum Excel General
    Replies: 4
    Last Post: 02-16-2015, 12:43 AM
  3. How to generate non-repeating random numbers
    By luv2glyd in forum Excel General
    Replies: 2
    Last Post: 09-24-2010, 12:16 PM
  4. Auto generate numbers and letters as password
    By _bones_ in forum Excel General
    Replies: 1
    Last Post: 01-01-2010, 07:30 AM
  5. Repeating alphabetical letters on excel for wire numbers
    By joelwalker71 in forum Excel General
    Replies: 2
    Last Post: 09-29-2009, 05:30 PM
  6. using excel generate random numbers 1 to 52 without repeating
    By Norman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-24-2006, 02:25 AM
  7. Replies: 1
    Last Post: 07-30-2005, 12:05 AM

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