Skip to main content

INDEX

Returns the value of a cell in a range specified by a row and column number.

CategoryLookup
SyntaxINDEX(array, row_num, [col_num])

Parameters

ParameterRequiredDescription
arrayRequiredThe range or array of cells.
row_numRequiredThe row number in the array from which to return a value.
col_numOptionalThe column number in the array from which to return a value. Defaults to 1.

Example

INDEX(value, range, col)

Auto-generated from the EngCanvas function registry.