If you create a Recommended PivotTable on a group of data about book sales with theses columns: Discipline (i.e. Business), Area (i.e. Finance and Marketing), Units Sold, Wholesale Price, what column might Excel use as values?

A) Both Discipline and Area B) Discipline
C) Units Sold D) Area


C

Computer Science & Information Technology

You might also like to view...

In a recursive power function that calculates some base to a positive exp power, at what value of exp do you stop? The function will continually multiply the base times the value returned by the power function with the base argument one smaller.

What will be an ideal response?

Computer Science & Information Technology

u) Print integer 100 in decimal, octal and hexadecimal separated by tabs, using a stream manipulator to change the base.

What will be an ideal response?

Computer Science & Information Technology

_______________ returns the selected item on a ComboBox cbo.

a. cbo.getSelectedIndex() b. cbo.getSelectedItem() c. cbo.getSelectedIndices() d. cbo.getSelectedItems() e. cbo.getValue()

Computer Science & Information Technology

Strictly speaking, plagiarism is not illegal

Indicate whether the statement is true or false

Computer Science & Information Technology