Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
oberon.black
 
Posts: n/a
Default formula to transpose


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=479217

  #2   Report Post  
RagDyer
 
Posts: n/a
Default formula to transpose

Maybe you started with a bad example.

You can only go down Column E for 4 cells since you'll then run into the
contents of E1, where you started from ... right ? ? ?

So, guessing that you want to drag a formula *down* a column and reference
the contents of a row, let's try this scenario:

A1 to AX1 contains the numbers 10 to 500.

To copy those values down Column E, starting at E2,
enter this formula in E2 and drag down to copy as needed:

=INDEX($1:$1,ROW(1:1))

If the values were in A5 to AX5,
then starting in E6 you would use:

=INDEX($5:$5,ROW(1:1))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"oberon.black"
wrote in message
news:oberon.black.1xh22j_1130267135.1302@excelforu m-nospam.com...

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=479217


  #3   Report Post  
RagDyer
 
Posts: n/a
Default formula to transpose

The subject line *does* say "formula", but just to make sure ... you *do*
realize that you can perform a transpose copy, without the need of formulas,
don't you?

Select A1 to AX1,
Right click in the selection and choose "Copy",
Right click in E2 and choose "Paste Special",
Click on "Transpose",
Then <OK.

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"RagDyer" wrote in message
...
Maybe you started with a bad example.

You can only go down Column E for 4 cells since you'll then run into the
contents of E1, where you started from ... right ? ? ?

So, guessing that you want to drag a formula *down* a column and reference
the contents of a row, let's try this scenario:

A1 to AX1 contains the numbers 10 to 500.

To copy those values down Column E, starting at E2,
enter this formula in E2 and drag down to copy as needed:

=INDEX($1:$1,ROW(1:1))

If the values were in A5 to AX5,
then starting in E6 you would use:

=INDEX($5:$5,ROW(1:1))

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"oberon.black"
wrote in message
news:oberon.black.1xh22j_1130267135.1302@excelforu m-nospam.com...

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=479217



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
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 01:40 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"