Hi. I’ve got a long string of data which I want to graph the moving average of, but I want to be able to fine tune the interval in order to get the right resolution of curve, so that it matches some other data as closely as possible.
What would be ideal would be just having the interval as a number in a cell which the equation references, and updates the average whenever this is altered.
Is there a way to do this, or am I going to have to reapply the average every time I want to tweak it?
Cheers.