ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2002: Can I fill alphabetically ? (https://www.excelbanter.com/excel-discussion-misc-queries/252198-excel-2002-can-i-fill-alphabetically.html)

Mr. Low[_3_]

Excel 2002: Can I fill alphabetically ?
 
Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low

Gary''s Student

Excel 2002: Can I fill alphabetically ?
 
In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low


מיכאל (מיקי) אבידן

Excel 2002: Can I fill alphabetically ?
 
Same approach but "a little shorter":
=SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","")
Micky


"Gary''s Student" wrote:

In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low


Mr. Low[_3_]

Excel 2002: Can I fill alphabetically ?
 
Thanks.

"Gary''s Student" wrote:

In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low


Mr. Low[_3_]

Excel 2002: Can I fill alphabetically ?
 
Thamks

Low
"מיכאל (מיקי) אבידן" wrote:

Same approach but "a little shorter":
=SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","")
Micky


"Gary''s Student" wrote:

In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low


מיכאל (מיקי) אבידן

Excel 2002: Can I fill alphabetically ?
 
Glad to help.
Please note that although you mentioned ZZ - Gary''s Student formula will
present up to 2(!) Letters only.
Those who need to present and/or use ALL 2^14 Columns letters in Excel
"2007/2010" should consider to use my suggestion.
Micky


"Mr. Low" wrote:

Thamks

Low
"מיכאל (מיקי) אבידן" wrote:

Same approach but "a little shorter":
=SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","")
Micky


"Gary''s Student" wrote:

In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low


Rick Rothstein

Excel 2002: Can I fill alphabetically ?
 
Just to point out, if you change the 3 in Gary''s Student's formula to a 4,
it will work for up to 3 letters, so it is easily modified to handle
XL2007/2010 worksheets as well.

With that said, I would still use *your* formula as it involves one less
function call, so it should be ever so slightly more efficient.

--
Rick (MVP - Excel)


"מיכאל (מיקי) אבידן" <micky-a*at*tapuz.co.il wrote in message
...
Glad to help.
Please note that although you mentioned ZZ - Gary''s Student formula will
present up to 2(!) Letters only.
Those who need to present and/or use ALL 2^14 Columns letters in Excel
"2007/2010" should consider to use my suggestion.
Micky


"Mr. Low" wrote:

Thamks

Low
"מיכאל (מיקי) אבידן" wrote:

Same approach but "a little shorter":
=SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","")
Micky


"Gary''s Student" wrote:

In A1:

=SUBSTITUTE((LEFT(ADDRESS(1,COLUMN()),3)),"$","") and copy across
--
Gary''s Student - gsnu200909


"Mr. Low" wrote:

Hi,

Happy New Year 2010.

May I know if I can fill A,B, C,.. ZZ across and downwards ?


Thanks

Low




All times are GMT +1. The time now is 03:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com