I *think* I understand what you're hoping to achieve.
Using your posted workbook:
This regular formula increments the referenced range by 2 cells for each 1 cell that you copy the formula down Col_N, always referencing 60 cells.
![]()
N72: =STDEV(INDEX(_RR,ROWS(N$72:N72)*2):INDEX(_RR,ROWS(N$72:N72)+59))*SQRT(12)
Copy that formula down as far as you need.
Is that something you can work with?
Bookmarks