+ Reply to Thread
Results 1 to 2 of 2

Unique Permutation Combinations

  1. #1
    Registered User
    Join Date
    07-17-2015
    Location
    Berlin
    MS-Off Ver
    Office365
    Posts
    2

    Post Unique Permutation Combinations

    Hi Guys,

    I am looking for a code to create possible permutation combinations from a list for words/categories.


    a
    b
    c
    d
    e

    result:
    a
    ab
    ac
    ad
    abc
    abd
    abe
    abf
    abg
    acb
    acd
    ace
    acf
    acg
    adb
    adc
    ade
    ........
    abcde
    abced
    abdce
    adbce
    ........



    example:
    I create a column with possible categories / words:


    a
    b
    c
    d
    e
    f
    g


    In a Form of a Dashboard e.g. Matrix: I want to control how many (n) Combinations I would like to create. I also want to determine the first word.

    e.g.

    Master Sub Sub1 Sub2 Sub3 Sub4
    TRUE TRUE TRUE FALSE FALSE FALSE
    a
    a b
    a c
    a d
    a b c
    a b d
    a b e
    a b f
    a b g
    a c b
    a c d
    a c e
    a c f
    a c g
    a d b
    a d c
    a d e
    ..... ..... ......

    I really appreciate the help! I know, that first there must be a loop to check if Cells(2,i) are TRUE or FALSE
    and if TRUE, then write into the specific columns the permutations.....




    Alternatively to putting: TRUE or FALSE to the second row for the Word-Combinations - an Idea would also be just a dropdown with: [Master + 1] ; [Master+2] etc. for how many words should be combined.

    Thanks a lot! You guys really are pro!
    Last edited by Clemence; 07-20-2015 at 01:20 PM. Reason: Forgot Attachment

  2. #2
    Registered User
    Join Date
    07-17-2015
    Location
    Berlin
    MS-Off Ver
    Office365
    Posts
    2

    Re: Unique Permutation Combinations

    Sorry - forgot the file
    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. Permutation combinations
    By cmb80 in forum Excel General
    Replies: 3
    Last Post: 01-06-2015, 12:05 PM
  2. [SOLVED] Generating a List of Possible Permutation Combinations
    By glennchung in forum Excel General
    Replies: 3
    Last Post: 05-12-2014, 06:39 PM
  3. Looking for permutation code for alphahnumeric combinations
    By nextonmags in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-22-2014, 12:30 AM
  4. [SOLVED] Permutation & Combinations of Names of different lengths
    By zaveed in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-21-2013, 02:44 PM
  5. Replies: 2
    Last Post: 01-18-2013, 12:50 PM
  6. Unique Permutation Combination Excel
    By alsmolins in forum Excel General
    Replies: 2
    Last Post: 04-25-2012, 06:39 PM
  7. Permutation & Combinations
    By ashishseth in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-08-2007, 05:58 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