You can click the ____ button in the Filter group on the PivotChart Tools Analyze tab to display the Insert Slicer dialog box.

A. Add Slicer
B. Apply Slicer
C. Insert Slicer
D. Process Slicer


Answer: C

Computer Science & Information Technology

You might also like to view...

When a ____________ is displayed, no other form in the application can receive the focus until the form is closed.

a. static form b. modal form c. modeless form d. primary form

Computer Science & Information Technology

Consider the following code segment containing a nested if-else statement:

``` if (x >= y) { if (x*10 < 100) { alert('ONE'); } else { alert('TWO'); } } else { alert('THREE'); } ``` Given the following assignments, predict the behavior of the preceding code.

Computer Science & Information Technology

You would use the ________ outline view to display only the slide number, icon, and title of each slide in the Outline view

Fill in the blank(s) with correct word

Computer Science & Information Technology

A chart, whether embedded in a worksheet or on a chart sheet, is considered part of a ____.

A. workbook B. database C. data file D. report

Computer Science & Information Technology