Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How fill cells with alpha series?

in Excel 2007, how can the cells be filled with the alphabet? This sort uses
no numerals, strictly letters A to Z, then AA, AB, AC, ... ZZ. I guess like a
number system, base 26.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How fill cells with alpha series?

In A1 enter =SUBSTITUTE(ADDRESS(1,ROW(A1),4),"1","")

Copy down.

Excel 2003 will error out at row 257

Excel 2007 will error out at row 16385


Gord Dibben MS Excel MVP

On Sat, 25 Jul 2009 09:10:01 -0700, inicholi
wrote:

in Excel 2007, how can the cells be filled with the alphabet? This sort uses
no numerals, strictly letters A to Z, then AA, AB, AC, ... ZZ. I guess like a
number system, base 26.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default How fill cells with alpha series?

Here is a much shorter formula for you to use (instead of the previous
formula I posted)...

=IF(ROW(A1)<27,"",CHAR(64+INT((ROW(A1)-1)/26)))&CHAR(65+MOD(ROW(A1)-1,26))

To use this formula, put it in any cell more than 702 rows from the bottom
and copy it down for 702 rows...


--
Rick (MVP - Excel)


"inicholi" wrote in message
...
in Excel 2007, how can the cells be filled with the alphabet? This sort
uses
no numerals, strictly letters A to Z, then AA, AB, AC, ... ZZ. I guess
like a
number system, base 26.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default How fill cells with alpha series?

Hmm! I don't see my first posting in this thread (the one my second message
is supposed to be referring to). No matter... this formula is much better,
so don't worry about not being able to see my first formula attempt.

--
Rick (MVP - Excel)


"Rick Rothstein" wrote in message
...
Here is a much shorter formula for you to use (instead of the previous
formula I posted)...

=IF(ROW(A1)<27,"",CHAR(64+INT((ROW(A1)-1)/26)))&CHAR(65+MOD(ROW(A1)-1,26))

To use this formula, put it in any cell more than 702 rows from the bottom
and copy it down for 702 rows...


--
Rick (MVP - Excel)


"inicholi" wrote in message
...
in Excel 2007, how can the cells be filled with the alphabet? This sort
uses
no numerals, strictly letters A to Z, then AA, AB, AC, ... ZZ. I guess
like a
number system, base 26.



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
Fill Series Dates: not letting me change the series from year to m Mike Excel Discussion (Misc queries) 1 January 24th 08 05:08 PM
auto fill series between to non-adjacent cells Manster Excel Discussion (Misc queries) 1 June 3rd 07 11:09 AM
How to fill cells with a different kind of series? Jared Excel Worksheet Functions 1 July 27th 06 12:37 AM
how do i fill down a series of linked cells barry Excel Discussion (Misc queries) 7 July 5th 06 10:50 PM
Edit Fill Series - How do I fill using minute increments IUnknown Excel Discussion (Misc queries) 1 January 29th 06 12:50 PM


All times are GMT +1. The time now is 12:51 AM.

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

About Us

"It's about Microsoft Excel"