What is the default summary function for numerical data in a PivotTable?
a. None of the others.
b. Count
c. Min
d. Max
a. None of the others.
You might also like to view...
What is the value of int (‘f’) – int (‘d’)?
What will be an ideal response?
How do you place multiple anchors on a page quickly?
What will be an ideal response?
For a slide to advance automatically, the On Mouse Click check box should be cleared
Indicate whether the statement is true or false
Which of the following statements about implicit type conversion is true?
A. Characters cannot be used in arithmetic expressions so they cannot be promoted. B. To evaluate a long long integer and a double, the double is first demoted to a long long integer. C. If the right expression in an assignment has a higher-ranked type than the variable on the left of the assignment operator, the right expression is promoted to the variables type. D. In an assignment, the expression on the right of the assignment operator may be promoted or demoted to match the type of the variable on the left. E. Integer values cannot be promoted to real and real values cannot be demoted to integer.