offset
Reference offset by rows and columns.
Syntax
Section titled “Syntax”v = offset(reference, rows, cols, height, width)Description
Section titled “Description”Returns a reference offset from reference by rows rows and cols columns, optionally resized to height × width. Common for building dynamic ranges that follow recently-added data.
Example
Section titled “Example”offset(A1, 5, 0, 3, 1) % A6:A8