GET.FORMULA

GET.FORMULA

Synopsis

GET.FORMULA(cell)

Description

EXPRESSION returns expression in cell as a string, or empty if the cell is not an expression.

Examples

entering '=GET.FORMULA(A3)' in A2 = empty (assuming there is nothing in A3).

entering '=GET.FORMULA(A2)' in A1 = '=GET.FORMULA(A3)'.

See also

EXPRESSION.