I have over 40k cells and I want to average every 10 cells. I have data for hours divided within 5 minute increments for 3 months. There must be an easier way.
I have over 40k cells and I want to average every 10 cells. I have data for hours divided within 5 minute increments for 3 months. There must be an easier way.
Try:
=AVERAGE(OFFSET($A$1,(ROW(A1)-1)*10,0,10,1))
where $A$1 represents first cell in the range...
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks