GETVAL Function

Gets the value of a cell and doesn't recalculate the formula when the cell's value changes.

Syntax

GETVAL(cellname )

Parameters

Name Required/Optional Data Type Description
cellname
Required
String
The name of the cell to get the value of.

Example

GETVAL(PinX) + GETVAL(PinY) + Width

Returns the sum of the value of the PinX, PinY, and Width cells.