Excel like a finance pro.
← The libraryPractice · 2 questions →
Lookup function
COLUMN
Returns the column number of a reference.
CommonDifficulty 1050 · CapableUsage rank #89 of 520
When to use it
The column number of a reference, or of the current cell. Drives column indexes that follow a formula copied right.
The shape of it
- Syntax
=COLUMN([reference])
Worked examples
Current column
=COLUMN() → 3
Typed in column C.
Column of a reference
=COLUMN(D1) → 4
The column of a reference.
Relative index
=COLUMN()-COLUMN($B$1)+1 → 2
In column C: a relative index that starts at 1 in column B.
Worth knowing
- VLOOKUP that fills right: col_index_num = COLUMN()-COLUMN($A$1)+1.
- Letter of the current column: =SUBSTITUTE(ADDRESS(1,COLUMN(),4),"1","").
- COLUMNS($A$1:B$1) is a cleaner relative counter.
Where it goes wrong
- Inserting columns shifts the numbers.
- Returns an array for multi-column references.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.