Hello all,
I am trying to create a macro that would cycle thru some data and give me a count of how many cycles are in this data set.
Here is some psuedo code that I created but don't know where to start after this.
Loop through data in column B until cell >= .0008
Then
MyRange = current cell Col B+ next 169 cells of Col B
Average of Range
*****
Oh and start the loop at row 1473 where column A = 2360, end loop where column A = 17010
I also need to count the number of times the value exceeds .0006 in the range.
If anyone could either create this or help me out on this I would greatly appreciate it.
Thank you!
Ryan
I am trying to create a macro that would cycle thru some data and give me a count of how many cycles are in this data set.
Here is some psuedo code that I created but don't know where to start after this.
Loop through data in column B until cell >= .0008
Then
MyRange = current cell Col B+ next 169 cells of Col B
Average of Range
*****
Oh and start the loop at row 1473 where column A = 2360, end loop where column A = 17010
I also need to count the number of times the value exceeds .0006 in the range.
If anyone could either create this or help me out on this I would greatly appreciate it.
Thank you!
Ryan
Last edited: