Thread
:
Copy across row alpha - not numeric.
View Single Post
#
3
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
Copy across row alpha - not numeric.
=CHAR(64+COLUMN(A1))
Will that do?
Mike
"laralea" wrote:
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,RO W(B1),4,1))-1)
Thanks!
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H