Skip to content

column

Column number of a reference.

v = column(reference)

Returns the column number (A=1, B=2, …) of reference. Without arguments, returns the column of the cell containing the formula.

column() % current column
column(C1) % 3
  • row — Row number of a reference.
  • columns — Number of columns in a reference.
  • address — Cell address as a text string.