I have one array
1 2 3
another array
4 5 6
How do I use one function to join the 2 arrays?
=FLATTEN(A1:A3,B1:B3) should do the trick