i have a function that is dividing the number of rows used by 360 degrees. this number is different every time the sheet is run

now i want to take the data i have and average the values in chunks corresponding to that number

for example: i have 100 rows of data, so i will need the first 4 rows averaged and a number returned, then the next 4 rows...etc. until i've reached the last row of data.

i'm having a harder time than i probably should be with this one.

thanks (again) forum!