I need to combine multiple columns into one long column whilst preserving the order of the values for each column.
The key point here is that the numeric order is preserved (e.g. 1, 2, 3,..., see example below) rather than just combining columns into one long one.
Example:
Column A:
1
3
Column B:
2
4
Output:
1
2
3
4
Unfortunately i've not found a macro and I'm not savvy enough with Excel to have yet found a work-around.
Would appreciate any help!
Thanks in advance!