Site icon ExcelNotes

How to Use COLUMN Function

The COLUMN function is to return the column number of a reference.

Formula:

= COLUMN ([reference])

Explanation:

Reference is optional. The column number of the cell or range of cells you are looking for.

=COLUMN() returns 5 which is the column number of E2.

=COLUMN(A3) returns 1 which is the column number of A3.

=COLUMN(A4:B6) returns 1 which is the column number of the leftmost cell of data range of A4:B6.

Download: COLUMN Function

Exit mobile version