Let's say I have a 2x2 array in Excel/Google Sheets:
={1,2;3,4}
To add on additional rows to this array -- for example, to make it 4x2, I can use ;:
However, how could additional columns be added on, for example, to make the array 2x4, something like:




=CHOOSE({1;2;3;4},B5:B6,C5:C6,{5,7},{6,8}){1;2;3;4}work as the index_num though?CHOOSE()an array. In this case a horizontal array, and it will return us all 4 parameters behind it which are vertical arrays. I hope that is clear =). But I think you can just stick to GoogleSheets if you want a user-friendly approach like you have =)