Which function is used to trap and handle #N/A errors?

21. Which function is used to trap and handle #N/A errors?

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

Answer: C) IFNA()

Explanation:

The IFNA() function is used to trap and handle #N/A errors.

Syntax:

=IFNA (value, value_if_na)

Example:

=IFNA(VLOOKUP(A5,xtable,2,0),"Error: Not found")

Comments and Discussions!

Load comments ↻






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