I have a 2D array of 50 columns wide, I want to split it in 2 so that I can calculate the average of one half.
Is there a quicker way, except from;
Read spreadsheet file, Index array for each column I want (25 of), build these back into an array and out put to an indicator.
My program is included.