Hi
I have 2 tables in Excel, which contain different data but in the same column layout. Im looking for a way to join the 2 lists together into a single long list. I dont want any combining or calculations, just to litterally take the 2 lists and stick one onto the end of the other, for example:
It needs to be using standard Excel functions.
Cheers
I have 2 tables in Excel, which contain different data but in the same column layout. Im looking for a way to join the 2 lists together into a single long list. I dont want any combining or calculations, just to litterally take the 2 lists and stick one onto the end of the other, for example:
Code:
Table 1
A B C
a1 b1
a2 c2
Table 2
A B C
a5
a6 b6 c6
And turn them into a table that looks like
A B C
a1 b1
a2 c2
a5
a6 b6 c6
It needs to be using standard Excel functions.
Cheers