Can you drag/copy in a different direction

ds_robb

Board Regular
Joined
Aug 25, 2002
Messages
74
Office Version
  1. 365
Platform
  1. Windows
I currently have a table on sheet 1 which has names of people going A1:A15 and then dates going across B1 to Z15. I want to now transpose that so the data is names of the people going across the top A1 to O1 and the dates go from A2 to A26. I know you can do a cut & paste to transpose, but I need this table to be a lookup from sheet one, so for example I would put =Sheet1!A1, obviously is I copy that across, it's getting the wrong orientation of the data I now want. The reason I can't transpose it using cut and paste is that Sheet1 values will be updated and I need them to reflect on Sheet2 in the appropriate cell (but now horizontal rather than vertical)

Thanks in Advance
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
In Excel 365 this works
Formula in cell A1 in Sheet2
=TRANSPOSE(Sheet1!A1:Z15)
and format column A as dates

If that does not work in your version of Excel ...
- select A1:O26 in Sheet2
- use above formula
- and confirm with {CTRL}{SHIFT}{ENTER}

see
 
Upvote 0
In Excel 365 this works
Formula in cell A1 in Sheet2
=TRANSPOSE(Sheet1!A1:Z15)
and format column A as dates

If that does not work in your version of Excel ...
- select A1:O26 in Sheet2
- use above formula
- and confirm with {CTRL}{SHIFT}{ENTER}

see
Thank you so very much, this is what I've been looking for and has saved me an absolute age.
 
Upvote 0

Forum statistics

Threads
1,215,408
Messages
6,124,727
Members
449,185
Latest member
ekrause77

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