Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
COLUMN returns the column number of a specified cell reference, with column A being 1, B being 2, and so on. Without an argument it returns the column of the cell holding the formula. It is often paired with INDEX or used inside array formulas to create column-based offsets.
=COLUMN(C1)=COLUMN(C1)Computed by a real spreadsheet engine on the sample data below.
| A | B | C |
| 1 | 2 | 3 |
| 4 | 5 | 6 |
=COLUMN(C1)→3
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: