The IFERROR function is written as ____.

A. IFERROR(value_if_error,value)
B. IFERROR(value,value_if_error)
C. IFERROR(value_if_error)
D. IFERROR(value)

Answer: B

Computer Science & Information Technology

You might also like to view...

JavaScript is not case sensitive

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is a correct method header for receiving a two-dimensional array as an argument?

a. public static void passArray(int[1,2]) b. public static void passArray(int [][]) c. public static void passArray(int[1],[2]) d. public static void passArray(int[], int[])

Computer Science & Information Technology