IFERROR Function in Google Sheets

Returns the first argument if it is not an error value, otherwise returns the second argument.

Syntax

IFERROR(value, [value_if_error])

Description

Returns the first argument if it is not an error value, otherwise returns the second argument.

Tips & Best Practices

Essential for handling #N/A, #DIV/0!, #VALUE! errors. Use "" for blank on error.

Example

=IFERROR(...)

The IFERROR function belongs to the Logical category of Google Sheets functions.

[Advertisement โ€” Google AdSense]

Related Functions

Need Help with IFERROR?

If you're struggling with IFERROR or need a custom formula built for your business, our Google Sheets experts can help. Get a free quote โ†’

๐Ÿ’ฌ