excel - How to autopopulate nonadjacent cells -
i have 2 rows , columns this:
col1 col2 col3 col4
=f4 =g4 =f5 =g5
=j4 =k4 =j5 =k5
i want able auto-populate rows below , columns right of these cells, keeping logic of these simple formulas (row n+1 references cell n+3, column n+2 references cell n+1). have tried various iterations of indirect no avail.
in cell,
=index(sheet2!$a:$zz, (column(a:a)-1)/2+4, (row(1:1)-1)*4+6+iseven(column(a:a)))
edit appropriate worksheet , expand $a:$zz if require cells beyond column zz. fill right , down necessary.