Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ADDRESS constructs a cell reference as text from a specified row number and column number. You can control whether the reference is absolute, mixed, or relative, and optionally include a sheet name. It is often combined with INDIRECT to dynamically point to a cell based on computed row and column numbers.
=ADDRESS(2,3)=ADDRESS(2,3)Computed by a real spreadsheet engine on the sample data below.
| Row | Col |
| 2 | 3 |
| 4 | 1 |
| 6 | 2 |
=ADDRESS(2,3)→$C$2
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Build a cell reference text string from a row number and column number”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: