Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
References a cell and doesn't recalculate the formula when the referenced cell changes.
Syntax
GETREF(cellname )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
cellname |
Required |
String |
The name of the cell to get a reference to. |
Example
SETF(GETREF(PinX),5.1)
Sets the formula of the PinX cell to 5.1.