Forum Discussion

Jhall212's avatar
Jhall212
Copper Contributor
Aug 06, 2021
Solved

Excel - Moving two columns of data into one column of data

I need to move two columns of data into one column of data.  The second column needs each cell to go under the corresponding row cell next to it.  Is this possible?  See example below please.    1 ...
  • HansVogelaar's avatar
    Aug 06, 2021

    Jhall212 

    Let's say the data are in A1:B4.

     

    In D1, enter the formula

     

    =INDEX($A:$B,QUOTIENT(ROW()-1,2)+1,MOD(ROW()-1,2)+1)

     

    and fill down.

Resources