Match the following terms to their meanings:

I. Field labels A. Contains boxes for different PivotTable parts
II. Area Section B. Excel table that can show the same data in more than
III. Values area one arrangement
IV. PivotTable report C. PivotTable area that summarizes quantitative data
V. Report Filter D. Identify the categories of data in each column
E. Used to restrict the data displayed

D, A, C, B, E

Computer Science & Information Technology

You might also like to view...

It is illegal for employers to monitor employee e-mail sent using the company e-mail system

Indicate whether the statement is true or false

Computer Science & Information Technology

Assuming that bitset b1 contains the bits [0 1 1 0] and bitset b2 contains the bits [1 1 1 1], which of the following expressions returns true?

a. b1.any() b. b1 == b2 c. b1.test( 3 ) d. b2.none()

Computer Science & Information Technology