10-25-2013 12:33 PM
Hello,
I have a question how to put 2nd column into 1st column in excel. Thank you.
Solved! Go to Solution.
10-25-2013 12:59 PM - edited 10-25-2013 01:00 PM
Why the 1 iteration for loops?
Why the two Index Arrays? It is just trying to fix the problem created by the For Loops on the original 1-D arrays.
Both of those things are creating 2-D arrays that are complicating things and can be eliminated.
You can take your 2 1-D arrays, use Build Array and right click to set "Concatenate Inputs".
If you do have a 2-D array, you can use Reshape Array to make it a 1 column by N row 2-D array.