Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
THSaldivar
 
Posts: n/a
Default Why can't I autofill the alphabet?

When I try to autofill a column in Excel to read a, b, c through x, y, z it
only copies the a,b,c,a,b,c,a,b,c. Is there something hidden somewhere that
I can change to make it autofill correctly?
  #2   Report Post  
Posted to microsoft.public.excel.misc
oteixeira
 
Posts: n/a
Default Why can't I autofill the alphabet?


Hi

I have this workaround:
Go to Tools, Options and choose Custom List. Then build a list with the
alphabet (a,c,d,e....)
Enter "a" in a cell and then drag down. Cells will be populated with
the entire aplphabet.

Hope it helps,

Octávio


--
oteixeira
------------------------------------------------------------------------
oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
View this thread: http://www.excelforum.com/showthread...hreadid=557336

  #3   Report Post  
Posted to microsoft.public.excel.misc
JLatham
 
Posts: n/a
Default Why can't I autofill the alphabet?

oteixeira has given the correct answer and provided the workaround that's
probably used by most people. But if you don't want Excel to use your
created list of the alphabet, here are a couple of formulas that will achieve
the same thing:

Start in any cell, for this example, we will assume you're starting in the
middle of a sheet, say at cell B12. In B12 enter this:
=CHAR(65+ROW(B12)-ROW(B$12))
and drag it down the page - capital letters will appear in sequence. If you
need lowercase letters, use 97 instead of 65. Be sure you get that $ in
front of the second reference to cell B12.

If you need to go horizontally left to right then start with (again A in B12)

=CHAR(65+COLUMN(B12)-COLUMN($B12))


"THSaldivar" wrote:

When I try to autofill a column in Excel to read a, b, c through x, y, z it
only copies the a,b,c,a,b,c,a,b,c. Is there something hidden somewhere that
I can change to make it autofill correctly?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi-sheet autofill RichH Excel Discussion (Misc queries) 2 December 20th 05 03:39 PM
autofill Anders Excel Discussion (Misc queries) 0 December 8th 05 04:03 PM
More- AutoFill with Non-Seqeuntial Cell References ? [email protected] Excel Worksheet Functions 4 June 23rd 05 02:42 AM
Autofill: Need to autofill one week block, (5) weekday only into cells. dstock Excel Discussion (Misc queries) 1 June 17th 05 08:21 PM
Relative reference autofill increment other than +1 SteveB Excel Discussion (Misc queries) 3 June 14th 05 07:40 PM


All times are GMT +1. The time now is 10:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"