I'm assuming you have a typo, and B8 should reference Sheet2!O8.
Also assume that your more interested in a pattern to reference cells across
columns, every 11 columns, as you copy down.
If that's the case, copy these 3 formulas into
B7, C7, and D7, and then copy down to reference out along Rows 8, 18, and 9,
as far as needed:
In B7:
=INDEX(Sheet2!$8:$8,ROW(A1)*10+ROW(A1)-7)
In C7:
=INDEX(Sheet2!$18:$18,ROW(A1)*10+ROW(A1)-7)
In D7:
=INDEX(Sheet2!$9:$9,ROW(A1)*10+ROW(A1)-7)
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================