You can merge (combine) rows from one table into another simply by pasting the data in the first empty cells below the target table. The table will increase in size to include the new rows. If the rows in both tables match up, you can merge the columns of one table with another—by pasting them in the first empty cells to the right of the table. In this case also, the table will increase to accommodate the new columns.
Merging rows is actually quite simple, but merging columns can be tricky if the rows of one table don't correspond with the rows in the other table. By using VLOOKUP, you can avoid some of the alignment problems.
In the example shown below, you'll see two tables that previously had other names to new names: "Blue" and "Orange." In the Blue table, each row is a line item for an order. So, Order ID 20050 has two items, Order ID 20051 has one item, Order ID 20052 has three items, and so on. We want to merge the Sales ID and Region columns with the Blue table, based on matching values in the Order ID columns of the Orange table.
Order ID values repeat in the Blue table, but Order ID values in the Orange table are unique. If we were to simply copy-and-paste the data from the Orange table, the Sales ID and Region values for the second line item of order 20050 would be off by one row, which would change the values in the new columns in the Blue table.
Here's the data for the Blue table, which you can copy into a blank worksheet. After you paste it into the worksheet, press Ctrl+T to convert it into a table, and then rename the Excel table Blue.
Here's the data for the Orange table. Copy it into the same worksheet. After you paste it into the worksheet, press Ctrl+T to convert it into a table, and then rename the table Orange.
We need to ensure that the Sales ID and Region values for each order align correctly with each unique order line item. To do this, let's paste the table headings Sales ID and Region into the cells to the right of the Blue table, and use VLOOKUP formulas to get the correct values from the Sales ID and Region columns of the Orange table.
The [@[Order ID]] part means "get the value in this same row from the Order ID column." Type a comma, and select the entire Orange table with your mouse so that "Orange[#All]" is added to the formula.
The Orange[#All] part means "look in all the cells in the Orange table." The 2 means "get the value from the second column," and the 0 means "return the value only if there's an exact match." Notice that Excel filled the cells down in that column, using the VLOOKUP formula.
There's just one difference between this formula and the first formula—the first gets values from column 2 of the Orange table, and the second gets them from column 3. Now you'll see values in every cell of the new columns in the Blue table. They contain VLOOKUP formulas, but they'll show the values. You'll want to convert the VLOOKUP formulas in those cells to their actual values.
In the Paste gallery, click Paste Values.
You can always ask an expert in the Excel Tech Community or get support in Communities.