Hello,
I have a long string of numbers, some negative some positive (representing a Sine curve).
I am trying to average consecutive set of positive and negative numbers (average the 10 positive numbers, then 9 negative numbers, then the following 11 positive numbers, etc)
I currently have...