Combining files side-by-side

TheSithSiggi

New Member
Joined
Sep 3, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi!

Suppose you have X-number of files, and would like to combine data from sheet1 in all files into 1 file with the data presented side-by-side.

The data I have is on the form

A B C D
x x x x
x x x x
. . . .
. . . .
. . . .
. . . .

The number of rows can vary between the files

I would like the end result to look like:

File 1 | File 2 | File 3
A B C D A B C D A B C D
x x x x x x x x x x x x
x x x x x x x x x x x x
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .
. . . . . . . . . . . .

I have managed to stack the data untop of each other i power query.

Does Power Query support "sideways stacking"?

Thank you!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
If you name all the columns uniquely across the 3 files, then append, they will be side be side, but maybe not they way you want it.
 
Upvote 0
Hi, came across this question while looking for it myself. A solution is to transpose the sample file. In the combine transpose again and the files will be side by side.
 
Upvote 0

Forum statistics

Threads
1,214,992
Messages
6,122,631
Members
449,095
Latest member
bsb1122

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