Checks whether the cell identified by the specified reference contains a formula.
Syntax
Copy Code
|
|---|
ISFORMULA( Reference r ) → Logical |
If r references a cell containing a formula, the function returns TRUE; otherwise, FALSE. If r is not a valid cell reference, the function returns the #VALUE! error value.
Formula
Copy Code
|
|---|
=ISFORMULA(A1) |