+ Reply to Thread
Results 1 to 12 of 12

Create an alphanumeric sequence

Hybrid View

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

    Re: Create an alphanumeric sequence

    So for the first column I want it to list a1a1-a1a10 and then in the second column a1b1-a1b10 and so on
    That's what you asked for ...
    Entia non sunt multiplicanda sine necessitate

  2. #2
    Registered User
    Join Date
    09-14-2009
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Create an alphanumeric sequence

    Quote Originally Posted by shg View Post
    That's what you asked for ...
    I know that's what I asked for, but I was also wondering if you could give me the formula for just listing it in one column as well (or do you want me to create a new thread?).

    Thanks.

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

    Re: Create an alphanumeric sequence

    = address( mod( int( (row() - 1) /  260), 10) + 1, 
               mod( int( (row() - 1) / 2600), 26) + 1, 4) 
    & address( mod(       row() - 1,     10)      + 1, 
               mod( int( (row() - 1) /   10), 26) + 1, 4)

  4. #4
    Registered User
    Join Date
    09-16-2009
    Location
    Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    3

    deleted..

    deleted..deleted
    Attached Files Attached Files
    Last edited by suppaiyah; 09-16-2009 at 08:39 AM.

  5. #5
    Registered User
    Join Date
    11-25-2009
    Location
    Ramstein, Germany
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Create an alphanumeric sequence

    I need to create a spread sheet that lists as so

    A-1A
    A-1B
    A-1C
    A-2A
    A-2B
    A-2C

    So it will be A-1A-Z-8C Can anyone help me out by giving me the formula for it?

+ 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