Hello everyone -- Can you provide a suggestion on how to quickly and easily calculate averages for a large number of row-based data? For example, I need to calculate the average of 150 data points in consecutive rows of data. Must I calculate the average for each individual row or is there a way to calculate the averages for all of the rows at once.

Thanks for the help!

Paul