If you’ve tried to create an alphabetic list using Excel’s fill handle, you already know that the fill handle can’t handle the task. For instance, if you enter A, B, and C, in adjacent cells and then use the fill handle to fill in the rest, it just copies A, B, and C, over and over. Fortunately, there are three workarounds for forcing the fill handle to produce the list.
Create a manual list
You can enter A through Z yourself. Then, select the cells that contain the letters and use the fill handle to copy the entire alphabet as many times as required. This way isn’t so hot, but it’ll work.
Use a formula
You can use the CHAR() function to produce the appropriate letters, but this function uses integer as an argument – you can use the fill handle to produce both. First, let’s tackle the list of integers that the CHAR() function will use as its arguments.
- Enter the value 65 in any cell – CHAR(65) will return A. (Start with 97 if you want lowercase letters.)
- Select the cell that contains the value 65 and hold down the [Ctrl] key.
- Pull down the fill handle (the little plus sign at the bottom-right corner of the cell). As you move down, Excel will display values for each cell that you add to the selection. Stop when you reach 90.
Now, enter a CHAR() function that refers to the cell storing the integer 65. The function will return A. Next, use the fill handle to create your alpha list.
If you use the handle to copy the complete list, as is, you’ll get a bunch of errors. Before you can copy the list, you must convert the list from functions to values as follows:
- Select and right-click the list.
- Choose Copy from the resulting context menu.
- Right-click again and choose Paste Special. Check the Values setting in the Paste section, and click OK. Or, press [Alt]+E+S+V, and press Enter. I find the keyboard shortcut a bit awkward, but you might prefer it. In Excel 2007 and 2010, press [Alt]+H+V+S+V and press Enter.
Once the alphabetic list consists of characters and no functions, you can use the fill handle to copy it.
Create a custom list
Either of the above methods works well for a one-time task. If you think you’ll need an alphabetic list again, consider creating a custom list. First, create an actual list from A to Z using either of the above methods. Then, do the following:
- Select the list.
- Choose Options from the Tools menu and click the Custom Lists tab. In Excel 2007, click the Office button and then click Excel Options. Click Popular in the left pane and then click Edit Custom Lists. In Excel 2010, click the File tab and then click Options under Help. Select Advanced in the left pane, and then click Edit Custom Lists in the General section.
- The Import List From Cells control will display the list range. In this case, it’s $B$1:$B$26.
- Click Import and Excel will display the custom list.
- Click OK.
To use the custom list, simply enter the letter a or A and use the fill handle to complete the alphabetic list. Excel is smart enough to fill in lower or uppercase, accordingly.