How do I drag a,b,c,d down a column into a series?

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

You can use this for lower case letters:

=CHAR(96+ROW(A1))
copy down

if you want upper case letters then use 64 instead of 96

HTH
Jean-Guy
 
It's probably better to create a list in alphabetical order with then
letters, then select it, then do tools>options>custom lists and import and
add it. After that you only have to type in a or A and copy it down and it
will return a list


--


Regards,


Peo Sjoblom
 
Back
Top