Google News
logo
Microsoft Excel - Quiz(MCQ)
Which function is used to trap and handle errors?
A)
IFNA()
B)
ERROR()
C)
IFERROR()
D)
IFTRAP()

Correct Answer :   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")

Advertisement