+ Reply to Thread
Results 1 to 5 of 5

how to formulate A..B..C...AA AB AC..etc

  1. #1
    Registered User
    Join Date
    06-09-2006
    Posts
    62

    how to formulate A..B..C...AA AB AC..etc

    This is a trivial but it drives me crazy.

    I wish to have a list of alphabetical order as in:

    A
    B
    C
    D
    ...
    AA
    AB

    --- the same way excel provides the header. My intuitive approach was
    A2=A1+1 (where A1 was 'A') and drag it down - duhaa I get #Value.

    Does anyone know how to do this?
    thanks for any pointer

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: how to formulate A..B..C...AA AB AC..etc

    See if this helps

    http://www.excelfunctions.net/Excel-Char-Function.html

  3. #3
    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: how to formulate A..B..C...AA AB AC..etc

    In A1 and copy down,

    =SUBSTITUTE(ADDRESS(1, ROW(), 4), "1", "")
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: how to formulate A..B..C...AA AB AC..etc

    try importing this text file to your custom lists tools/options/custom lists..import
    then if you put say w in a1 x in a2 select and drag down you'll get
    w
    x
    y
    z
    aa
    ab
    ac
    ad
    ae
    af
    same as using numbers
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    06-09-2006
    Posts
    62

    Re: how to formulate A..B..C...AA AB AC..etc

    Thank you all, SHG - your formula soved it:

    =SUBSTITUTE(ADDRESS(1, ROW(), 4), "1", "")

    THANKS AGAIN

+ 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