Returns a cell reference, given a text string. The obtained reference is evaluated and the function finally returns the cell value.
Syntax
text_ref: The string that represents the cell reference to evaluate. E.g. D3
ref_type: A logical value that specifies the A1 or R1C1 reference style. E.g. FALSE
If TRUE or omitted, the A1 reference type is considered.
Examples
|
Formula |
Result |
|
=INDIRECT(D2) |
Rolling Chairs |
|
=INDIRECT(D3;FALSE) |
$115 |
|
=INDIRECT("A"&D4) |
Lockers |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|