Syntax:
=ADDRESS (row_num, col_num, [abs_num], [a1], [sheet_text])
Parameter list:
- The row number to use in the cell address is row num.
- The column number to use in the cell address is col num.
- abs num – [optional] the type of address (i.e. absolute, relative). The value is set to absolute by default.
- A1 versus R1C1 is an optional reference style. The default style is A1.
- sheet text – the name of the worksheet to utilize (optional). The current sheet is used as a default.