Which of the following is NOT a guideline for planning and designing a PivotTable?
A. Review your source data.
B. Determine the formatting of the source data.
C. Decide how you want the data arranged.
D. Determine the location of the PivotTable.
Answer: B
Computer Science & Information Technology
You might also like to view...
To advance from one cell to the next, you press the:
A) Tab key. B) Enter key. C) Alt and Tab keys. D) Ctrl and Enter keys.
Computer Science & Information Technology
sum = addTogether(2,5);
By looking at the previous statement, you can tell that addTogether() ______. A.definitely returns a value B. does not return a value C. takes arguments D. does not take arguments E. It is not possible to tell whether or not it returns a value. F. It is not possible to tell whether or not it takes arguments.
Computer Science & Information Technology