Which function is used to trap and handle errors?

20. Which function is used to trap and handle errors?

  1. IFERROR()
  2. ERROR()
  3. IFNA()
  4. IFTRAP()

Answer: A) IFERROR()

Explanation:

The IFERROR() function is used to trap and handle errors.

Syntax:

=IFERROR (value, value_if_error)

Example:

=IFERROR (A2/C2,"Please enter a value in C2")

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.