Your formula is apparently in cell F4. The numbers in square brackets are relative from the current cell. Thus, R[6] means 6 rows below me. By the way, 6 rows above would be R[-6].
If the formula is in row 4, then 6 rows below would be row 10.
And R[27] is 27 rows below row 4, which is row 31.
|