May 02 2022 02:13 AM
Hi there,
I would like to copy a cell reference to a cell that is 5 cells below. at the same time, however, the reference is changed by 5 cells downwards. For example: Cell A1 =C1. If you copy this =C1 into cell A6, it says =C6. But I would like to have =C2 inserted there.
Thank You.
May 02 2022 02:35 AM
May 02 2022 03:25 AM
May 02 2022 04:01 AM
May 02 2022 05:29 AM
May 02 2022 06:32 AM
SolutionThe row numbers of the cells with the formulas increase by 25 (rows 5, 34, ...) and the column numbers increase by 12 (B=column 2, N=column 14, Z=column 26). We have 3 entries per row, so the index number in column AR increases by 3 for each row.
In B5:
=INDEX($AR:$AR;3*(ZEILE(B5)-5)/29+(SPALTE(B5)-2)/12+1)