Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default macro/function to transpose

You could use the TRANSPOSE function.

If your worksheet contains

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

then enter '=TRANSPOSE(A1:D1)'

into cell E1, but instead of pressing Enter, press Ctrl+SHift+Enter to
make it an array formula. This will put curly braces around the
formula, and E1:E4 will equal A1:D1.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default macro/function to transpose

You could use the TRANSPOSE function.

If your worksheet contains

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

then enter '=TRANSPOSE(A1:D1)'

into cell E1, but instead of pressing Enter, press Ctrl+SHift+Enter to
make it an array formula. This will put curly braces around the
formula, and E1:E4 will equal A1:D1.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default macro/function to transpose

refer to the function "OFFSET"

just put in e1 like this:
=OFFSET($A$1,0,ROW(A1)-1)
then... drag em down :D


"oberon.black" wrote:


I have a excel xls that I will create into a very large project. the
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 and
so on.
I do not want to manually insert =(cell) in each cell that I want to
transpose to. So what kind of formula could I use to complete this
task. I would like to drag formula down the e column.

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

Thanks


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=479255


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transpose function Gordon[_3_] Excel Discussion (Misc queries) 4 August 15th 07 09:17 PM
Transpose Function mario Excel Worksheet Functions 1 December 28th 06 06:50 PM
Transpose Function? rollinn95z Excel Worksheet Functions 5 May 27th 06 05:51 PM
Transpose Function EMCUE Excel Worksheet Functions 3 April 8th 06 01:44 AM
How do I use the Transpose Function Tanweer Excel Worksheet Functions 2 June 13th 05 06:11 PM


All times are GMT +1. The time now is 07:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"