ADDRESS Function

The ADDRESS function is one of the lookup and reference functions. It is used to return a text representation of a cell address.

The ADDRESS function syntax is:

ADDRESS(row-number, col-number[ , [ref-type] [, [A1-ref-type-flag] [, sheet name]]])

where

row-number is a row number to use in a cell address.

col-number is a column number to use in a cell address.

ref-type is a type of reference. It can be one of the following numeric values:

Numeric value Meaning
1 or omitted Absolute referencing
2 Absolute row; relative column
3 Relative row; absolute column
4 Relative referencing

A1-ref-type-flag is an optional logical value: TRUE or FALSE. If it is set to TRUE or omitted, the function will return an A1-style reference. If it is set to FALSE, the function will return an R1C1-style reference.

sheet name is the name of the sheet to use in a cell address. It's an optional value. If it is omitted, the function will return the cell address without the sheet name indicated.

These arguments can be entered manually or included into the cells you make reference to.

To apply the ADDRESS function,

  1. select the cell where you wish to display the result,
  2. click the Insert function Insert function icon icon situated at the top toolbar,
    or right-click within a selected cell and select the Insert Function option from the menu,
    or click the Function icon icon situated at the formula bar,
  3. select the Lookup and Reference function group from the list,
  4. click the ADDRESS function,
  5. enter the required arguments separating them by comma,
  6. press the Enter button.

The result will be displayed in the selected cell.

ADDRESS Function