DYNREF
Returns the value of a cell pointed to by a reference item
Syntax
DYNREF(REF_CELL, CELL)
Arguments
REF_CELL
: The cell which contains the AnyDB ReferenceCELL
: The cell from which the value is to be returned from the reference
Example
Assuming A1 contains an AnyDB reference with cell A4 containing the value "Hello"
DYNREF(A1, A4) → Returns "Hello"