87.3k views
1 vote
The arguments supplied to the IF function, in order, are the condition for execution, a. and the range of cells to test. b. the array1 of data cells to test, and the array2 of data cells to output. c. the result if condition is false, and the result if condition is true. d. the result if condition is true, and the result if condition is fals

1 Answer

0 votes

Answer:

D. the result if condition is true, and the result if condition is false.

Step-by-step explanation:

The syntax for the IF function is IF(logical_test, value_if_true, [value_if_false]). Therefore, the arguments supplied to the IF function, in order, are the condition for execution, the result if the condition is true, and the result if the condition is false.

User Masoud Bimar
by
5.1k points