Thank you for posting your question in the Microsoft Q&A forum.
According to your concern, your first range is L39:L74 and you want to move down the row by increasing the by 36 rows (start at L39, next range at L75). You can achieve that by using the OFFSET formula like Q&A Assist suggested in the previous reply. However, the suggested formula is only correct for R1 and the other R2, R3 and so on still uses the range of R1 to calculate.
I suggest you can try using this formula in cell R1 to see if it meets your request:
=AVERAGE(OFFSET($L$39,(ROWS($R$1:R1)-1)*36,0,36,1))
I hope this helps you move forward smoothly. If you have more questions or need further clarification, feel free to leave a comment here and I’ll be happy to continue supporting you.
Thank you for your patience and understanding, and I look forward to assisting you further.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.