+ Reply to Thread
Results 1 to 3 of 3

All possible unique combination of 16 names from a list that contains 19 names

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    Rabat, Morocco
    MS-Off Ver
    Excel 2010
    Posts
    2

    Post All possible unique combination of 16 names from a list that contains 19 names

    Hello everyone,
    I'm new to excel and VBA and i don't know how difficult or stupid this may sound, but i still couldn't solve it
    I'm trying to make a function in VBA that takes a list of 19 unique names, then outputs all possible unique combinations of 16 names from that list. (kind of like C(19,16)). which i think will give a 969x16 table.
    let's say instead of names, the list had integers from 1 to 19.

    list = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}

    can anyone show me how this should be done?

    Thank you a lot in advance

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: All possible unique combination of 16 names from a list that contains 19 names

    There's a workbook at https://www.box.com/s/b9b9fc06beb63b9562f9 that will do this. First few lines of output:

    Please Login or Register  to view this content.
    Last edited by shg; 06-20-2013 at 12:29 PM.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-20-2013
    Location
    Rabat, Morocco
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: All possible unique combination of 16 names from a list that contains 19 names

    Thx a lot Shg
    It's exactly what i needed

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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