Origin Version (Select Help-->About Origin): 7.0 Operating System: XP
I am new to Origin and I was reading through the automating analysis demonstrations, and the included Automation file in the samples folder, but I am rather lost in the code.
I need to take a series of about 100 project files (with the ability to add more) which each contain a worksheet that has a standard format. I need to extract the data from Column E and average it for each row in that column for every file. E is 6 rows long and so I want to calculate an average for row 1 of E for all the projects, average for row 2 etc. I need to do the same for row G as well. On some of them the row length will not be 6 and so I want that when a row is not present in E for it to not go into the average. The X values in row D which correspond to the Y values in E will not change. Then I want to graph the average Y's vs. the respective X values.
Any help or suggestions of where to read and start would be appreciated