Investment Studio > Expressions > Functions > Reference > INDIRECT
indirect (reference cell_reference)
Returns the value referenced by the string contained in the cell specified by cell_reference.
Step by step:
Schematically, cell_reference ® string, interpreted as reference ® value = result.
Example
If cell R2 in the Macro view's spreadsheet contains the string "D2", and cell D2 contains the value "C3PO",
=indirect(R2)
returns "C3PO".