ADDRESS function

description:

Creates a cell reference as text, given specified row and column numbers.

 

syntax:

=ADDRESS( row_numcol_num[abs_num][a10][sheet] )

 

required arguments:

row_num The row number to use in the cell address.
col_num The column number to use in the cell address.

 

optional arguments:

[abs_num] The address type.
[a10] The reference style.
[sheet] The name of the worksheet to use.