Excel Function

COLUMN

Returns column number of a reference.

COLUMN([reference])

Arguments

reference

Optional

Specify a single cell reference.

Practice Preview

Use COLUMN to return the result with these settings (Reference: B2 (cell B2 (Product Name in column B))).

Example Table

#
AProduct ID
BProduct Name
CPrice
DStock
2P001Apple12080
3P002Banana98120
4P003Notebook45035
5P004Pen30060
6P005Grapes15045
7P006Ruler25020
8P007Peach8655

How to Use (Formula)

=COLUMN(B2)

Result

2

Practice This Function

COLUMN FAQ

How do I use COLUMN in Excel?

Use COLUMN when you want to return a column number. Enter Reference in that order, then add optional arguments when needed.

Where can I practice COLUMN?

Use the "Start Function Practice" button to jump straight into COLUMN drills.

What arguments does COLUMN use?

The main arguments are Reference. Start with the required ones, then add optional arguments if needed.