FormulaCraft

ADDRESS

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.

Excel
=ADDRESS(2,3)
Google Sheets
=ADDRESS(2,3)

Verified example

Computed by a real spreadsheet engine on the sample data below.

RowCol
23
41
62

=ADDRESS(2,3)$C$2

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 12 is the row number — ADDRESS will reference row 2.
  2. 23 is the column number — column 3 corresponds to column C, producing $C$2.
  3. 3No further arguments means the result is an absolute reference in A1 style.

Need a version for your data?

Try: “Build a cell reference text string from a row number and column number

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: