
Excel ROW & COLUMN — Get a Cell's Position, Not Its Value
ROW([reference]) returns a row number and COLUMN([reference]) returns a column number — the position of a cell, never its contents. With no argument, each returns the coordinate of the cell holding the formula. Learn the mental model that separates 'where a cell is' from 'what's in it', how ROW()-anchor builds self-healing serial numbers, why MOD(ROW(),n) drives striping and grouping, and the letter-vs-number trap in COLUMN.


























































