Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Numbering using letters

Is there a way to automatic number in Excel using letters instead of numbers?
I tried doing A, B, C in the first three boxes and then using the "+" to make
it continue, but it repeats A, B, C...A, B, C instead. Any ideas? thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default Numbering using letters

There are probably several ways to do this. Here is a formula you can use.

=LEFT(ADDRESS(1,ROW(1:1),4),1)

Drag down as needed.
If you will be using more than 26 characters, then:

=IF(LEN(ADDRESS(1,ROW(1:1),4))=3,LEFT(ADDRESS(1,RO W(1:1),4),2),LEFT(ADDRESS(1,ROW(1:1),4),1))

HTH,
Paul

--

"rayybay" wrote in message
...
Is there a way to automatic number in Excel using letters instead of
numbers?
I tried doing A, B, C in the first three boxes and then using the "+" to
make
it continue, but it repeats A, B, C...A, B, C instead. Any ideas?
thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Numbering using letters

Could that formula be modifed so after 26 characters, it started with A1,
B1... instead of AA, AB...?
Thanks so much!

"PCLIVE" wrote:

There are probably several ways to do this. Here is a formula you can use.

=LEFT(ADDRESS(1,ROW(1:1),4),1)

Drag down as needed.
If you will be using more than 26 characters, then:

=IF(LEN(ADDRESS(1,ROW(1:1),4))=3,LEFT(ADDRESS(1,RO W(1:1),4),2),LEFT(ADDRESS(1,ROW(1:1),4),1))

HTH,
Paul

--

"rayybay" wrote in message
...
Is there a way to automatic number in Excel using letters instead of
numbers?
I tried doing A, B, C in the first three boxes and then using the "+" to
make
it continue, but it repeats A, B, C...A, B, C instead. Any ideas?
thanks!




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
Remove dashes between letters and between letters and digits [email protected] Excel Worksheet Functions 7 March 5th 08 06:08 PM
how to change small letters to capital letters HOW TO CHANGE Excel Discussion (Misc queries) 4 May 30th 07 01:12 AM
PO with sequential numbering with start / end numbering [email protected] Excel Discussion (Misc queries) 1 April 24th 07 03:38 PM
How do change a column of data in capitol letters to small letters Barb P. Excel Discussion (Misc queries) 6 November 15th 06 06:17 PM
change lower letters to upper letters Winnie Excel Discussion (Misc queries) 2 September 15th 06 04:58 AM


All times are GMT +1. The time now is 06:50 PM.

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"