EXCEL ADDRESS FUNCTION

From a specified row and column, this method generates a cell address. ADDRESS(5,3),

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.

Step By Step Guide of ADDRESS Function

Example :

 we will get $M$23, for =ADDRESS(B6,B8).

other example, returns $B$42, for =ADDRESS(B7,B9).

supply the row and column number parameters for the ADDRESS function, you can utilise other functions like

the ROW and COLUMN functions.

Related Functions

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now