I have a data set from a DAQ device that I need to downsize
I need to take the average of every 50 point increment, my data is in columns, as an example
a1
a2
a3
a4
a5
...
a...
I would need the average(a1, a3, a5 ...) in one cell, then average (a2, a4, a6...) in the next any ideas?