Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Toto Sanderson
 
Posts: n/a
Default How to setup transferring data from row to column?

Can anyone help me he

How do I setup transfering data in a row to a column on another sheet so
that when I input anything in the row, the column in the other sheet will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!

  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default How to setup transferring data from row to column?

Hi

One way, enter in Sheet2 cell A1
=OFFSET(Sheet1!$A$1,column()-1,ROW()-1)
and copy down (and across if required)

--
Regards

Roger Govier


"Toto Sanderson" wrote in
message ...
Can anyone help me he

How do I setup transfering data in a row to a column on another sheet
so
that when I input anything in the row, the column in the other sheet
will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down
becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!



  #3   Report Post  
Posted to microsoft.public.excel.misc
Toto Sanderson
 
Posts: n/a
Default How to setup transferring data from row to column?

used your formula and copy down... But it doesn't work. The cell down has
exactly the same formula

"Roger Govier" wrote:

Hi

One way, enter in Sheet2 cell A1
=OFFSET(Sheet1!$A$1,column()-1,ROW()-1)
and copy down (and across if required)

--
Regards

Roger Govier


"Toto Sanderson" wrote in
message ...
Can anyone help me he

How do I setup transfering data in a row to a column on another sheet
so
that when I input anything in the row, the column in the other sheet
will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down
becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!




  #4   Report Post  
Posted to microsoft.public.excel.misc
Dominic
 
Posts: n/a
Default How to setup transferring data from row to column?

Toto,

Did you try the formula with data?

It worked for me. The "formula " won't change because it uses relative
references for the particular row/column it is in. It will look the same, but
should achieve your desired results as tested on my machine.

HTH

"Toto Sanderson" wrote:

used your formula and copy down... But it doesn't work. The cell down has
exactly the same formula

"Roger Govier" wrote:

Hi

One way, enter in Sheet2 cell A1
=OFFSET(Sheet1!$A$1,column()-1,ROW()-1)
and copy down (and across if required)

--
Regards

Roger Govier


"Toto Sanderson" wrote in
message ...
Can anyone help me he

How do I setup transfering data in a row to a column on another sheet
so
that when I input anything in the row, the column in the other sheet
will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down
becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!




  #5   Report Post  
Posted to microsoft.public.excel.misc
Toto Sanderson
 
Posts: n/a
Default How to setup transferring data from row to column?

Thank you. I looked up the definition of OFFSET and finally worked out why it
didn't work.

The actually Cell range I am referring to is C15:AG15. And so I used:
=Offset(Sheet1!$B$14,Column(B14)-1,Row(B14)-13)
Then I copied down, it worked!

I appreciate all your help!

"Dominic" wrote:

Toto,

Did you try the formula with data?

It worked for me. The "formula " won't change because it uses relative
references for the particular row/column it is in. It will look the same, but
should achieve your desired results as tested on my machine.

HTH

"Toto Sanderson" wrote:

used your formula and copy down... But it doesn't work. The cell down has
exactly the same formula

"Roger Govier" wrote:

Hi

One way, enter in Sheet2 cell A1
=OFFSET(Sheet1!$A$1,column()-1,ROW()-1)
and copy down (and across if required)

--
Regards

Roger Govier


"Toto Sanderson" wrote in
message ...
Can anyone help me he

How do I setup transfering data in a row to a column on another sheet
so
that when I input anything in the row, the column in the other sheet
will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down
becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!






  #6   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default How to setup transferring data from row to column?

Hi Toto

Glad you looked it up and worked it out for yourself. Thank you for
letting us know.
It would, incidentally, also have worked with my proposal, if you had
just changed cell $A$1 to $C$15.
In your first post, you said you were trying to copy from cell A1.

--
Regards

Roger Govier


"Toto Sanderson" wrote in
message ...
Thank you. I looked up the definition of OFFSET and finally worked out
why it
didn't work.

The actually Cell range I am referring to is C15:AG15. And so I used:
=Offset(Sheet1!$B$14,Column(B14)-1,Row(B14)-13)
Then I copied down, it worked!

I appreciate all your help!

"Dominic" wrote:

Toto,

Did you try the formula with data?

It worked for me. The "formula " won't change because it uses
relative
references for the particular row/column it is in. It will look the
same, but
should achieve your desired results as tested on my machine.

HTH

"Toto Sanderson" wrote:

used your formula and copy down... But it doesn't work. The cell
down has
exactly the same formula

"Roger Govier" wrote:

Hi

One way, enter in Sheet2 cell A1
=OFFSET(Sheet1!$A$1,column()-1,ROW()-1)
and copy down (and across if required)

--
Regards

Roger Govier


"Toto Sanderson" wrote
in
message
...
Can anyone help me he

How do I setup transfering data in a row to a column on another
sheet
so
that when I input anything in the row, the column in the other
sheet
will be
automatically filled.

I tried =Sheet1!A1 and then copy down. But the second cell down
becomes
=Sheet1!A2, whereas I want it to be =Sheet1!B1

Thanks in advance!






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
I need more general XY point to point plotting than XY scatter in spazminator Charts and Charting in Excel 12 December 19th 05 05:00 PM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
displaying data within column iconic83 Charts and Charting in Excel 2 August 19th 05 12:11 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 02:08 AM.

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"