I have two vertical dynamic arrays (A2#, C2#) that include the cell mentioned below:
A2#
Cell A2
Cell A3
Cell A4
..
C2#
Cell C2
Cell C3
..
I want to have a formula that concatenates them into one column vertically so that A2# elements come first and then C2# elements come after
Combining A2# and B2# vertically will have the cell content of A2, A3, A4.. then C2, C3.. into an array say E1#, as in below
E
-------------
1 content of A2
2 content of A3
3 content of A4
.. ..
7 content of C2
8 content of C3
9 ..
Please help