Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
ISERROR
Checks whether a value is an error.
Parameter List
Syntax
ISERROR
(
value
)
value
A value or cell reference to be evaluated.
Examples
Example 1
ISERROR(21/0) returns TRUE
Example 2
ISERROR(A1) returns TRUE
Example 3
ISERROR(A1) returns TRUE
Example 4
ISERROR(A1) returns FALSE
Parameter List
Examples