Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUBSTITUTE(ADDRESS(1,A2,4),"1","")Computed by a real spreadsheet engine on the sample data below.
| Col_Number | Col_Letter |
| 1 | |
| 3 | |
| 26 |
=SUBSTITUTE(ADDRESS(1,A2,4),"1","")→A
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.
The fourth argument of ADDRESS specifies the reference style — 4 means relative reference (no $ signs), which prevents extra dollar signs in the result.
Yes — combine with INDIRECT: =INDIRECT(SUBSTITUTE(ADDRESS(1,A2,4),"1","")&"2:"&SUBSTITUTE(ADDRESS(1,A2,4),"1","")&"100") to reference a whole column dynamically.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: