When dragging, I want the reference cell to add 57 rows each time. For instance, if I were to use the OFFSET function. The first use of the OFFSET function references B5. The next row down, I want it to reference B62 and so on. See below.
=OFFSET(B5,3,6)
=OFFSET(B62,3,6)
=OFFSET(B119,3,6)...