Forum Discussion
COLUMN33
Aug 30, 2023Copper Contributor
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
- mtarlerSilver Contributor=TOCOL(range, , 1)
- COLUMN33Copper Contributor
unfortunatley (Tocol failed to work)
- PeterBartholomew1Silver Contributor
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!