Depends what you want. For the cell address:
=SUBSTITUTE(ADDRESS(ROW(),COLUMN()),"$","")
For the contents of the corresponding column to be transposed in the row:
=INDIRECT(ADDRESS(1,ROW()))
Cheers, Nate
This message was edited by NateO on 2002-02-25 11:56