+ Reply to Thread
Results 1 to 4 of 4

Create sequential letters (A, B, C) in sequential cells

  1. #1
    Registered User
    Join Date
    08-01-2012
    Location
    Southern England
    MS-Off Ver
    Excel 2008 Mac
    Posts
    23

    Create sequential letters (A, B, C) in sequential cells

    I know how to create sequential NUMBERS - by typing in the first few, highlighting all 3 and then dragging the "X" symbol.
    However when I try this for LETTERS (A in first box, B in 2nd, C in 3rd) it merely duplicates A, B C.
    How can I get A, B, C, D, E etc?
    Probably something really simple, but help appreciated.
    (Using Excel 2008 for Mac)

  2. #2
    Valued Forum Contributor
    Join Date
    05-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    354

    Re: Create sequential letters (A, B, C) in sequential cells

    may be

    A1:= A
    A2: =CHAR(CODE(A1)+1)

    copy down
    Regards,
    Vandan

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Create sequential letters (A, B, C) in sequential cells

    try:

    =SUBSTITUTE(ADDRESS(1,ROWS($A$1:$A1),4),1,"")

    copied down.

    This will also allow you to get to double A (AA) after Z if that is what you want...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  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: Create sequential letters (A, B, C) in sequential cells

    better still open the attached
    Click the File tab and then click Options.

    The Excel Options dialog box appears.

    Click the Advanced tab.

    The Advanced options appear in the right pane.

    Click the Edit Custom Lists button in the General section.

    The Custom Lists dialog box appears.
    click in import from cells
    select a1:a256
    import
    you now have a autofil list
    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

+ 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