COLUMN


Description Returns the column number of the supplied reference.

Syntax COLUMN ( reference )
Argument Description
reference A reference to a cell or range. Omitting the argument returns the number of the column in which COLUMN is placed.

Examples This function returns 2:

COLUMN(B3)

This function returns 4 if the function is entered in cell D2:

COLUMN()

See Also COLUMNS, ROW