I have a file there the range of data is always different. How to I sum a moving range?
and if I break the data into sections. How would I sum just that section?
So if I had data from row 1:50. I break it into two sections 1:25 a space at row 26 and 27:51. How can I sum that range to recgonize and stop at the space?
and if I break the data into sections. How would I sum just that section?
So if I had data from row 1:50. I break it into two sections 1:25 a space at row 26 and 27:51. How can I sum that range to recgonize and stop at the space?