You are working on a very large spreadsheet that you know will print on several pages.
Describe how to include the page number on the bottom left of every page of your document.

What will be an ideal response?


Click on the Page Layout View button on the status bar, scroll down to the bottom of your document, click in the left section of the footer, and click the Current Date button in the Header & Footer Elements group.

Computer Science & Information Technology

You might also like to view...

Given the following function definition for a search function, and the following variable declarations, which of the following are appropriate function invocations?

const int SIZE=1000; int search(const int array[], int target, int numElements); int array[SIZE], target, numberOfElements; a. search(array[0], target, numberOfElements); b. result=search(array[0], target, numberOfElements); c. result=search(array, target, numberOfElements); d. result=search(array, target, SIZE);

Computer Science & Information Technology

A programmer-defined constructor that has no arguments is called a(n) ________.

a. empty constructor. b. no-argument constructor. c. default constructor. d. null constructor.

Computer Science & Information Technology

Often, software or firmware vendors will combine a number of patches to create a new version of the software, called a software upgrade.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The distance above and below each paragraph in a Word document is ________

A) line spacing B) paragraph spacing C) alignment D) orientation

Computer Science & Information Technology