Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And one more..........
=SUBSTITUTE(ADDRESS(1,ROW(A1),4),"1","") Copied down to A256 Gord Dibben MS Excel MVP On 20 Mar 2007 18:31:22 -0700, "Mladen_Dj" wrote: On Mar 21, 2:08 am, jgraves wrote: I am using Excel 2003 on Windows XP Professional. I have a spreadsheet that has a vertical list of values. I would like to place the letter "A" in the cell immediately to the left of the first value, then fill the cell below that with "B" and so forth all the way down to "DA". I know how to do this with numbers, but can this be done with letters? Not out of box, but you can create custom list. First you must enter all list elements in cells, than select range with list and go to Tools- Options - Custom lists. Select range with your list, and next time you can use this list as autonumber feature. Alternative way, you can use ADDRESS function which produce cell reference as text, and extract alphabetic part, which is column header actually: =LEFT(ADDRESS(1;ROW();4);FIND(1;ADDRESS(1;ROW();4 ))-1) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Is there any "autonumber" in Excel? | Excel Worksheet Functions | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |