how can I set up an alphabetic sequence?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can I have excel create a sequence in alphabetic letters as it does in
number sequences?
 
Assuming you start your letters in C2, you can use:

=CHAR(65+ROW()-ROW($C$2))

Ascii codes 65-90 give A-Z and codes 97-122 give a-z.

HTH
Kostis Vezerides
 
Once you have the list from a-z on your worksheet, go to Tools>Options>Custom
Lists and "Add" the a-z to the lists.

In future just enter a in A1, b in A2 then drag/copy down.


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top