ISFORMULA

ISFORMULA(arg1) → { number | string | boolean }

Checks whether a reference is to a cell containing a formula, and returns TRUE or FALSE.

Parameters:

Name Type Description
arg1 ApiRange

Is a reference to the cell you want to test. Reference can be a cell reference, a formula, or name that refers to a cell.

Returns:

Type
number | string | boolean