Skip to content

offset

Reference offset by rows and columns.

v = offset(reference, rows, cols, height, width)

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.

offset(A1, 5, 0, 3, 1) % A6:A8
  • index — Element of an array by row and column position.
  • indirect — Reference resolved from a text string.