![]() |
Auto numbering with letters - re-posting question from above
Could that formula be modifed so after 26 characters, it started with A1,
B1... instead of AA, AB...? |
Auto numbering with letters - re-posting question from above
"rayybay" wrote:
Could that formula be modifed so after 26 characters, it started with A1, B1... instead of AA, AB...? Try this in any starting cell, say in B2: =IF(ROWS($1:1)26,CHAR(MOD(ROWS($1:1)-1,26)+65)&INT((ROWS($1:1)-1)/26),CHAR(MOD(ROWS($1:1)-1,26)+65)) Copy down as far as required. The expression will return the series: A,B, ... Z,A1,B1, ... Z1,A2,B2, ... Z2,A3,B3 ... and so on, all the way -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Auto numbering with letters - re-posting question from above
PERFECT!!! Thank you!
"Max" wrote: "rayybay" wrote: Could that formula be modifed so after 26 characters, it started with A1, B1... instead of AA, AB...? Try this in any starting cell, say in B2: =IF(ROWS($1:1)26,CHAR(MOD(ROWS($1:1)-1,26)+65)&INT((ROWS($1:1)-1)/26),CHAR(MOD(ROWS($1:1)-1,26)+65)) Copy down as far as required. The expression will return the series: A,B, ... Z,A1,B1, ... Z1,A2,B2, ... Z2,A3,B3 ... and so on, all the way -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Auto numbering with letters - re-posting question from above
Welcome, glad to hear that
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "rayybay" wrote in message ... PERFECT!!! Thank you! |
All times are GMT +1. The time now is 11:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com