Searching for a more efficient way of transposing my data from rows to one row

FroboLaggins

New Member
Joined
Jul 25, 2019
Messages
6
I have a tedious amount of these to do (200 files to be exact), some help would be massively appreciated:

Say I have 8 rows of numbers from column A to L, like so:

123456...
123456...
123456...

and so on, but I need to transpose them to this format:

123456...123456...123456...

all in row A

Is there an easier way to do this than individually copy and pasting each row?

Thanks in advance
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
first copy all the data in that column. then go to the row you want to paste, and paste special transpose... after copying the data, hit alt, h, v, s, e and then enter
 
Last edited:
Upvote 0
all in row A

There is NO row A , it can be row 1 or column A

if you want to use the same column A for the result you'll need any vba

something like this?

123456​
123456, 123456, 123456
OR
123456​
123456​
123456​
123456​
123456​

if so post a link to shared excel file with representative example data and expected result. Use GoogleDrive, OneDrive or any similar.
 
Last edited:
Upvote 0
so you want to copy A2:L2 and paste it to M1:X1
and then a3:l3 and paste it to Y1:AJ1 and so on...?
Just want to make sure I understand

Be specific about the cells you want to adjust, and what cells to move them to
 
Last edited:
Upvote 0
The example on the right side is exactly how I am looking to present them, sorry about the row naming that was my mistake.
It would be Row 1-8 and Column A-L
 
Upvote 0
There is NO row A , it can be row 1 or column A

if you want to use the same column A for the result you'll need any vba

something like this?

123456​
123456, 123456, 123456
OR
123456​
123456​
123456​
123456​
123456​

<tbody>
</tbody>


if so post a link to shared excel file with representative example data and expected result. Use GoogleDrive, OneDrive or any similar.

The example on the right side is exactly how I am looking to present them, sorry about the row naming that was my mistake.
It would be Row 1-8 and Column A-L
 
Upvote 0
post #3 and post #8 contain a word: shared
your file is NOT shared

@post#2

copy your source range (Ctrl+C)
select any free cell out of source range
from the ribbon Paste (option arrow) and select Transpose

transpose.jpg
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,375
Members
448,888
Latest member
Arle8907

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