Forum Discussion
rlight1959
Nov 19, 2020Copper Contributor
Moving Data from Columns to Rows
Help! before I do manual keying of data, I wanted to ask this question. Not sure thIs is possible; is there a way to move data from two columns into the rows. I tried Transpose function and a few o...
mtarler
Nov 19, 2020Silver Contributor
rlight1959 Here is a formula you can use. I have the data in the range b1:c4
=INDEX(B1:C4,INT(SEQUENCE(1,2*ROWS(B1:C4),1,0.5)),ISEVEN(SEQUENCE(1,2*ROWS(B1:C4)))+1)