COLUMN

COLUMN vector of column numbers

Synopsis

COLUMN(x)

Arguments

x: reference, defaults to the position of the current expression

Description

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

Note

If x is neither an array nor a reference nor a range, returns #VALUE!

See also

COLUMNS, ROW, ROWS.