EXCEL INDIRECT FUNCTION

This function converts a valid worksheet reference into a cell reference.

Syntax:

=INDIRECT (ref_text, [a1])

Parameter list:

  • ref text – A text-based reference.
  • a1 – [optional] a boolean (TRUE or FALSE) indicating if the reference is A1 or R1C1. TRUE = A1 style is the default.

Step By Step Guide of INDIRECT Function

Example :

  • INDIRECT is used to construct or supply a text-based reference. When you need to transform a text value into a valid cell reference, use indirect.
  • Even if cells, rows, or columns are introduced or deleted, the INDIRECT reference will not change. 

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH 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