Sorry about my newbieness here.
So... I have this table:
And I want to collect some data into a different sheet:
As example, I am collecting D14, with this formula: =OFFSET(Test_Sheet!$A$18,2,9,1,1).
Problem is: when I drag the formula to Row 15, the value stays the same because the Argument "rows" it is static. How can I drag down this formula with "rows" argument increasing 1 unit per row? Expected result should be =OFFSET(Test_Sheet!$A$18,3,9,1,1).
Thank you all




=Test_Sheet!D14and drag that down.