Merge Tables Together into One

Statto

New Member
Joined
Jul 2, 2014
Messages
6
I have several tables each with an unequal number of values in. I want to merge the values in these tables into one single overall table. I need to consider compatibility (must work with Excel 2016 for Mac), so please no dynamic arrays, Power Query etc.

Please see my example workbook to get a clear idea what I'm trying to achieve.

Example.xlsx
ABCDEFG
1Table ATable BTable CTable D
2A2C2E2G2
3A3C3E3G3
4A4C4E4
5A5C5E5
6A6E6
7A7E7
8E8
9
106472
11
12Merged Tables
13A2
14A3
15A4
16A5
17A6
18A7
19C2
20C3
21C4
22C5
23E2
24E3
25E4
26E5
27E6
28E7
29E8
30G2
31G3
Sheet1
Cell Formulas
RangeFormula
A10,G10,E10,C10A10=COUNTIF(A2:A8,"<>")
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,214,915
Messages
6,122,214
Members
449,074
Latest member
cancansova

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