FormulaCraft

COLUMN

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.

Excel
=COLUMN(C1)
Google Sheets
=COLUMN(C1)

Verified example

Computed by a real spreadsheet engine on the sample data below.

ABC
123
456

=COLUMN(C1)3

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1C1 is the cell reference whose column number you want.
  2. 2COLUMN(C1) returns 3 because column C is the third column.
  3. 3Omit the argument to get the column number of the cell containing the formula.

Need a version for your data?

Try: “Find out which column number corresponds to column C

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: