Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Art
 
Posts: n/a
Default auto fill sequancial data

How can I setup, auto fill of data in Excel. For Eg: I want to start from
AAAAA and finisz with ZZZZZ, and let the program generate, everything in
between, but in sequance. AAAAA, AAAAB, AAAAC, AAAAD etc.etc.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Not sure if this is the sequence you're looking for, but
put AAAAA into cell A1, then put this in A2 and fill down
to row 129:

=IF(ROW()104,CHAR(CODE(LEFT(A1))+1),LEFT(A1))&IF( (ROW()
78)*(ROW()<104),CHAR(CODE(MID(A1,2,1))+1),MID(A1, 2,1))&IF

((ROW()52)*(ROW()<78),CHAR(CODE(MID(A1,3,1))+1),M ID
(A1,3,1))&IF((ROW()26)*(ROW()<52),CHAR(CODE(MID(A 1,4,1))
+1),MID(A1,4,1))&IF(ROW()<=26,CHAR(CODE(RIGHT(A1))
+1),RIGHT(A1))

HTH
Jason
Atlanta, GA

-----Original Message-----
How can I setup, auto fill of data in Excel. For Eg: I

want to start from
AAAAA and finisz with ZZZZZ, and let the program

generate, everything in
between, but in sequance. AAAAA, AAAAB, AAAAC, AAAAD

etc.etc.
.

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
Auto fill option box disappeared sbrimley Excel Worksheet Functions 5 February 4th 05 03:21 AM
Auto fill box sue t Excel Discussion (Misc queries) 3 January 13th 05 05:51 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
pull data from sheet two, then fill in the data to sheet one (part Jim Excel Worksheet Functions 3 December 11th 04 04:51 AM
Auto Fill Options Patti B Excel Discussion (Misc queries) 3 December 9th 04 12:49 AM


All times are GMT +1. The time now is 11:44 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"