I have a row of data that is 128 columns wide (AZ5:FW5). I want to use that data in a grid 4 columns by 32 rows so that:
H5=AZ5, I5=BA5, J5=BB5, K5=BC5
H6=BD5, I6=BE5, J6=BF5, K6=BG5
...
...
...
and so on all the way down to H36 - K36
Is there a quick and easy way to do this without copying the data row by row?
(I probably could have already had it done by the time I typed this but it's the principle of the matter!
)
H5=AZ5, I5=BA5, J5=BB5, K5=BC5
H6=BD5, I6=BE5, J6=BF5, K6=BG5
...
...
...
and so on all the way down to H36 - K36
Is there a quick and easy way to do this without copying the data row by row?
(I probably could have already had it done by the time I typed this but it's the principle of the matter!