Sum range from @row to some number of rows below @row

Trying to find a solution to set the range of the sum expression from @row to some number of rows below @row.

Something along the lines of =SUM([Column]@row:[Column]@row+5).

Answers