COLUMN

COLUMN

Synopsis

COLUMN([reference].)

Description

COLUMN function returns a Nx1 array containing the series of integers from the first column to the last column of reference.

  • reference defaults to the position of the current expression.
  • If reference is neither an array nor a reference nor a range, returns #VALUE! error.

See also

COLUMNS, ROW, ROWS.