Home > Tips > Using Fill Handle for the Alphabet

Using Fill Handle for the Alphabet

March 22nd, 2009 Leave a comment Go to comments

Using the fill handle is easy. Simply start typing a list of consecutive numbers, dates, etc. and drag the rest. You can easily fill 100 cells in no time at all. Well what if you wanted to fill the alphabet down a list of cells? Unfortunately, Excel doesn’t have this functionality built in. If you were to start typing the alphabet down column A, so that A1=A, A2=B, A3=C, and then drag the rest, you would only get A, B, C repeated as far as you dragged the fill handle.

There are two ways of making this work. The first is through a formula, and the second is by using a custom list.

To get the alphabet with a formula, type the number 65 in cell A1, and drag down to cell A26. Now column A should have the numbers 65 through 90. In cell B1, type =CHAR(A1), and drag this down to cell B26. Column B should have the capital letters A through Z. If you want lowercase, simply start with 97 and fill to 122 in column A.

Alternatively, you could manually type your list A through Z in cells A1:A26, then select that range (A1:A26). Click Tools | Options | Custom Lists (or in Excel 2007 Office Button | Excel Options | Popular | Custom Lists). On the bottom of the menu, click Import, where it says $A$1:$A$26. You’ll see A through Z appear under custom lists. Now whenever you type A, then drag down it will fill through the letter Z then loop back to A and start all over again as far as you drag.

Categories: Tips Tags: ,
  1. December 6th, 2009 at 07:57 | #1

    EXCELLENT , I WAS LOOKING FOR A SOLUTION TO HAVE EXCEL INCREMENT THE LETTERS OF ALPHABET IN THE SAME WAY IT INCREMENTS NUMBERS WHEN YOU DRAG THE FILL HANDLE . I AM NOW SUCCESSFUL . I WAS EARLIER DOING IN MANUALLY AND NOW IT IS ALL AUTOMATIC

  2. Beverly Reed
    January 5th, 2012 at 17:11 | #2

    Well, that’s great… and thank you. I now have A thru Z in Column B. However, when I delete column A (since I really have no need of the numbers “65 thru 90″ showing up in my document, my column B then shows up with “#VALUE!” in each and every cell??????

  3. Beverly Reed
    January 5th, 2012 at 17:13 | #3

    Well, that’s great… and thank you. I now have A thru Z in Column B. However, when I delete column A (since I really have no need of the numbers “65 thru 90″ showing up in my document, my column B then shows up with “#VALUE!” in each and every cell??????

    Looks like it will be MUCH, MUCH, MUCH faster to just type in the alphabet in column A and then be done with it! But thanks, anyway.

  4. Ken Wilmloth
    January 28th, 2012 at 13:05 | #4

    @Beverly Reed
    When you get to the point of having the alphabetic characters in column B, select the cells containing the alphabetic characters and then copy the cells; then move to column C and use “Paste Special” selecting to copy only “values”. Then then finish the “Copy Special” process. This will result in the cells of column C containing the desired alphabetic characters.

    The “Copy Special” process is useful when copying the results of a calculations into situations when you want a “clean” result.

  1. No trackbacks yet.