ISFORMULA function

ISFORMULA returns TRUE if a cell is a formula cell. If an error occurs, the function returns a logical or numeric value.

Syntax

ISFORMULA(reference)

To determine if a cell contains a reference, reference indicates the reference to a cell in which a test will be performed.

Example

=ISFORMULA(C4) returns FALSE.