I have a dataset that has ~300 columns of data and would like to average every 3 columns. I know that with brute force I could just do something like
=(Col(A2)+Col(A3)+Col(A4))/3 rinse and repeat
Given the vast amount of time it would take to input all of the different column assignments, I imagine it would be easier to write a script that averages the first three Y Column values and then have this process loop to the next three column values and so on. It would be great if origin has the ability to create a new workbook that contains only the averaged column values as well. I have looked through the LabTalk manual on averaging multiple curves but cannot seem to grasp how to write the script I need. Thank you to anyone that can help me with this!