Copy across row alpha - not numeric.

L

laralea

I found this to copy alpha down, but need help to do this across the row.

=LEFT(ADDRESS(1,ROW(B1),4,1),FIND("1",ADDRESS(1,ROW(B1),4,1))-1)

Thanks!
 
E

excelent

=LEFT(ADDRESS(1,COLUMN(A1),4,1),FIND("1",ADDRESS(1,COLUMN(A1),4,1))-1)


"laralea" skrev:
 
R

Roger Govier

Hi Mike

That will work absolutely fine up to column Z, which may well be
sufficient for the OP.

However, you have to add some more conditions to take it on to 256
columns, and another if you are operating on XL2007 to cope with 1024
columns.
 
Top