ISFORMULA Function Explained
The ISFORMULA
Function in Microsoft Excel checks to see if a cell contains a formula and returns TRUE if it does, and FALSE if it does not. It takes a single argument, which is the cell reference to be checked. For example, ISFORMULA(A1)
will check to see if cell A1 contains a formula.
ISFORMULA Function Syntax
ISFORMULA(reference)
- reference: The cell reference to check for a formula.