
There's only one column in that range, so we know we want to put 1 into 3. The result of the MATCH call above gives us the row number we want, so that goes into #2. We want to select from Table 2::Website, so that's what goes in to #1.

Unfortunately, because Numbers thinks it's smarter than you are, it won't let me paste this in - you'll apparently have to type it by hand. In the first row of Table 1::Website, put this formula: =IFERROR(INDEX(Website, MATCH(A2, Table 2::Name, 0), 1), "") Note for Microsoft Excel and Google Sheets users: write ! instead of ::, and put single-quotes ' around any table name with spaces in it. An Internet search for something like "index match excel" and "vlookup excel" will give you tons of results. This is actually very easy to do, and it's one of those standard spreadsheet tricks that's great to have in your back pocket. Therefore we are simply going to take the desired values from Table 2::Website (Mac Numbers formula notation for "Column Website in Table 2") and plop them into Table 1::D.
#MERGE TWO TABS IN EXCEL FOR MAC HOW TO#
I don't really know how to put it, so feel free to ask any question!

One First Address Three Third Address could I append the Website column to table #1, so that if the Name column matches, it pastes what it finds in table #2's Website column to get the result shown below? Now, I can't just copy/paste the column, because even though the two tables contain the same column A, they don't contain an equal amount of rows.įor illustration, I put sample tables below. The second table contains a column that I want to append to the first table.

Both of them contain contact information. I need to merge data in 2 spreadsheets / tables.
