View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
oberon.black[_107_] oberon.black[_107_] is offline
external usenet poster
 
Posts: 1
Default macro/function to transpose


I have a excel xls that I will create into a very large project. th
setup is as follows for my test.

a1 = 1
b1 = 2
c1 = 3
d1 = 4

I then want:

e1 = a1
so i put =a1 in cell e1, however I want e2 to = b1, and e3 to = c1 an
so on.
I do not want to manually insert =(cell) in each cell that I want t
transpose to. So what kind of formula could I use to complete thi
task. I would like to drag formula down the e column.

Please help. I have no idea on how to write such a formula pleas
construct.

Thank

--
oberon.blac
-----------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...fo&userid=2673
View this thread: http://www.excelforum.com/showthread.php?threadid=47925