Hi there,
I need to separate a column of data that varies in its length, into 4 equal columns that would change accordingly.
Let me give an example:
If the data row in column A = 60 rows --> I would get 4 columns (B, C, D, E), each with 15 values. (B1:B15=A1:A15; C1:C15=A16:A30...