Skip to main content

OFFSET

Returns a reference offset from a given reference by a specified number of rows and columns.

CategoryLookup
SyntaxOFFSET(reference, rows, cols, [height], [width])

Parameters

ParameterRequiredDescription
referenceRequiredThe starting reference.
rowsRequiredThe number of rows to offset (positive = down, negative = up).
colsRequiredThe number of columns to offset (positive = right, negative = left).
heightOptionalThe height (in rows) of the returned reference.
widthOptionalThe width (in columns) of the returned reference.

Example

OFFSET(value, range, col)

Auto-generated from the EngCanvas function registry.