+ Reply to Thread
Results 1 to 4 of 4

3 Character Alpha Numeric Permutations

  1. #1
    Registered User
    Join Date
    11-15-2012
    Location
    NY, USA
    MS-Off Ver
    Excel 2010
    Posts
    44

    3 Character Alpha Numeric Permutations

    Hi, I am trying to create a macro that would generate 3 Character Alpha Numeric Permutations & not getting anywhere with it. Any help would be greatly appreciated.
    Sample
    A1
    A2
    .
    .
    A99
    .
    A1B
    .
    B99
    .
    Z99
    Thanks
    N

  2. #2
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: 3 Character Alpha Numeric Permutations

    This may be close to what you need:

    Please Login or Register  to view this content.
    Gary's Student

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: 3 Character Alpha Numeric Permutations

    Hi NB237,

    Ponder this formula in a cell...

    =MID("123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",RANDBETWEEN(1,35),1)

    Then look at this code to debug.pring all possible 3 letter words you are asking for:
    Please Login or Register  to view this content.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Registered User
    Join Date
    11-15-2012
    Location
    NY, USA
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: 3 Character Alpha Numeric Permutations

    Thank you both, both methods worked beautfully!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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