Forum Discussion

COLUMN33's avatar
COLUMN33
Copper Contributor
Aug 30, 2023

execl joining columns

join columns together

how do you link the 2 columns together so that 678 is followed by 123 in a line downwards ?

6 Replies

      • PeterBartholomew1's avatar
        PeterBartholomew1
        Silver Contributor

        COLUMN33 

        Maybe you do not have Excel 365?  With old Excel, a starting point might be

        = INDEX(
            array, 
            1+MOD({1;2;3;4;5;6}-1,3), 
            1+QUOTIENT({1;2;3;4;5;6}-1,3)
          )

        but either it would need to be committed with Ctrl/Shift/Enter or placed within a defined name, where array formulas have always worked correctly.  I am glad to say I no longer need to use these horrible old systems!

Resources