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...

Which of the following is the process of using a programming tool to not only identify syntactic problems in the code but to also discover weaknesses that can lead to memory leaks and buffer overflows?

A. runtime debugging B. sandboxing C. memory dumping D. fuzzing

Computer Science & Information Technology

You declare a class-level variable using the ____ keyword.

A. Dim B. Mod C. Private D. Static

Computer Science & Information Technology