E
elaine
Does anyone knows whether we can autofill alphabet characters?
ie autofill :
a
b
c
d
e
f
g
h
i
j
k
l .... etc?
ie autofill :
a
b
c
d
e
f
g
h
i
j
k
l .... etc?
Pete_UK said:One way is to enter this formula in A1:
=CHAR(ROW()+96)
or
=CHAR(ROW()+64)
if you want upper case letters.
Then just copy the formula down. It will only work for 26 characters,
then you will get other symbols. Use Paste Special to fix the values.
Hope this helps.
Pete