Syntax
| Parameter | Description |
|---|---|
| reference | Parameter of the ISFORMULA function. |
Examples
Check for formula
=ISFORMULA(A1)
Audit calculated cells
=IF(ISFORMULA(B2), "Calculated", "Manual entry")
Conditional formatting
=ISFORMULA(A1)
Common Errors
Occurs if the argument is not a valid cell reference. ISFORMULA requires a reference, not a value — =ISFORMULA(42) errors.
Tips
ISFORMULA needs a cell reference, not a value. =ISFORMULA(A1) works, =ISFORMULA(42) does not. It checks what's IN the cell, not the value itself.
Blank cells are not formulas and not constants — ISFORMULA returns FALSE for them.
Use ISFORMULA across a data range to spot where someone pasted values over formulas, breaking the calculation chain.
Try ISFORMULA in Viztab
Import your data and use ISFORMULA with 370+ other formulas. No signup required.
Open Viztab