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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: