Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COLUMN(INDIRECT(A2&"1"))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Yes — =COLUMN(INDIRECT("AB1")) returns 28 and =COLUMN(INDIRECT("ZZ1")) returns 702, just as those columns appear in the spreadsheet.
INDIRECT needs a valid cell address like 'A1', not just a column letter. Appending '1' gives it the row number it needs to construct a reference.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: