Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISFORMULA inspects whether the referenced cell contains a formula rather than a static value or blank, returning TRUE or FALSE accordingly. It is useful for auditing spreadsheets to find cells that should be formulas but were accidentally overwritten with constants.
=ISFORMULA(A2)=ISFORMULA(A2)Computed by a real spreadsheet engine on the sample data below.
| Cell Description | HasFormula? |
| Hard-coded 42 | FALSE |
| Formula =SUM() | TRUE |
| Text label | FALSE |
=ISFORMULA(A2)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Find out which cells in my spreadsheet contain formulas versus hard-coded values”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: