Hello,
How to regroup data from several columns to one, i.e. if I have data, for example
2 4 3 7
3 5 8 3
4 6 7 7
to one column in such an order that first the first row from left to right, then the second row, etc., so that there is one column of data, i.e.:
2
4
3
7
3
5
8
3
4
6
7
7
I will add that I have a lot of these poems, so it would be best if there was a formula for it.
How to regroup data from several columns to one, i.e. if I have data, for example
2 4 3 7
3 5 8 3
4 6 7 7
to one column in such an order that first the first row from left to right, then the second row, etc., so that there is one column of data, i.e.:
2
4
3
7
3
5
8
3
4
6
7
7
I will add that I have a lot of these poems, so it would be best if there was a formula for it.