ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to setup transferring data from row to column? (https://www.excelbanter.com/excel-discussion-misc-queries/74357-how-setup-transferring-data-row-column.html)

Toto Sanderson

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!


Roger Govier

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!




Toto Sanderson

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!





Dominic

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!





Toto Sanderson

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!





Roger Govier

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!








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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com