Examples

With a single cell reference, COLUMN returns the associated column number: When a reference is not provided, COLUMN returns the column number of the cell the formula resides in. For example, if the following formula is entered in cell D6, the result is 4: When COLUMN is given a range, it returns the column numbers for that range: In Excel 365, which supports dynamic array formulas, the result is an array {5,6,7} that spills horizontally into three cells, starting with the cell the formula resides in. In earlier Excel versions, the first item of the array (5) will display in one cell only. To get Excel 365 to return a single value, you can use the implicit intersection operator (@):  This @ symbol disables array behavior and tells Excel you want a single value.

Notes

Reference can be a single cell address or a range of cells. Reference is optional and will default to the cell in which the COLUMN function exists. Reference cannot include multiple references or addresses. To get row numbers, see the ROW function. To count columns, see the COLUMNS function. To lookup a column number, see the MATCH function.

Dave Bruns

Hi - I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.