Producing a list

Andyc55

New Member
Joined
Feb 28, 2009
Messages
6
I need to produce a column of two figure id codes in Excel 2007, starting with AA, AB etc, ending in ZZ.
Is there an "easy" way to do this, using Fill, or AutoFill (or something else), or will I need to type them all in?
Any help will be gratefully accepted.
Thanks
Andy
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Andy,

Not quite sure I understand what you are trying to achieve. Could you post a small sample?
 
Upvote 0
Dear Andyc55,

Put this formula in A1 and copy it down to A676:

=LEFT(ADDRESS(ROW(AA1),COLUMN(AA1)+ROWS(A$1:A1)-1,4),2)
 
Upvote 0
Thyanks, Mike. Just what I needed.

Thanks for the reply, Jeff. Mike's formula will probably explain what I meant better than I could.
Regards
Andy
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top