Linking Sheets - Columns to Rows

timKi

New Member
Joined
Oct 3, 2006
Messages
2
How do I link a column of figures (in Sheet 1) say A1 to A5, with the same figures transposed into a Row in Sheet 2, say A1 to E1?
I can only do it one cell at a time - That is, click = on sheet 2, A1 then click on sheet 1, then A1, click = on Sheet 2,B1 then click on A2 Sheet1 etc.
I am sure there is a quick way of doing this, but what is it?
The 2 Sheets must be linked, so copying the column in Sheet 1 & pasting (special – transpose) does not work because this does not link the 2 Sheets.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
timKi

Welcome to the Mr Excel board!

Try something like this. In Sheet 2 A1 (copied across):
=INDEX('Sheet 1'!$A$1:$A$5,COLUMNS($A1:A1))
 
Upvote 0
Select Sheet2!A1:E1 and type =TRANSPOSE(Sheet1!A1:A5) and press Ctrl-Shift-Enter.
 
Upvote 0
Highlight cells A1:E1 in sheet2 and type this in the formula bar:

=Transpose(Sheet1!A1:A5)

and confirm with CTRL+SHIFT+ENTER
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,730
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top