Match the example by replacing the ? with the proper function:

I. =???(B7>9,"Bigger","Smaller")
II. =???(12%/12,360,-120000)
III. =???(A4,B4:F9,2)
IV. =???(B9:E21)
V. =???()

A. NOW
B. PMT
C. VLOOKUP
D. IF
E. SUM


D, B, C, E, A

Computer Science & Information Technology

You might also like to view...

What is the output of the following function call given the function definition below?

cout << myFunction (8); // function call int myFunction (int x) //function definition { bool flag = false; while (!flag) { x = x + 1; flag = ((x % 2 == 0) && (x % 3 == 0)); } return x; }

Computer Science & Information Technology

Test for same locality (xx.yy)

What will be an ideal response?

Computer Science & Information Technology

How are Ethernet switches more efficient than the use of bus topology segments?

What will be an ideal response?

Computer Science & Information Technology

A section within the PivotTable Fields task pane used to group data into categories in the first column based on selected field(s) in a PivotTable.

What will be an ideal response?

Computer Science & Information Technology