Skip to main content
Version: Streamsheets 3.0

COLUMN

Returns the column number of given cell reference or cell range. For ranges the top-left cell is used as pivot cell.

Syntax

=COLUMN([Cell or Range])

Arguments

NameTypeDescription
Cell or Range (optional)RangeCell or cell range to get the column number for. If not given current cell is used.

Return

TypeDescription
NumberThe column number.

Examples

FormulaResultComment
=COLUMN(B6)
Column B corresponds to number 2