Which function option is available on the menu when you click More Functions in the Function Library group on the Formulas tab?

A. Date and Time
B. Text
C. Financial
D. Cube


Answer: D

Computer Science & Information Technology

You might also like to view...

A class that implements an interface but does not declare all of the interface’s methods must be declared ________.

a. public. b. interface. c. abstract. d. final.

Computer Science & Information Technology

What is the value of i after the following statements?

``` i = 2; i += 25; ``` a) 25 b) 27 c) 50 d) 52

Computer Science & Information Technology

What is the area on a PivotTable that is used to restrict the data that displays?

A) Source Filter B) Report Filter C) Record Filter D) Field Filter

Computer Science & Information Technology

If A7=21, which of the following =IF statements would produce the result of "Much Greater"?

A.
B.
C.
D.

Computer Science & Information Technology