I have 3 columns:
-------------------
a D g
b E h
c F
and would like to have them aligned into 1 single column:
--------------------------------------------------------------
a
b
c
D
E
F
g
h
Any suggestion formulas, functions, etc. for what i could best use for this purpose.
In reality, i have about 200 columns with different number of rows.
So i need to align smarter than manually.