Describe the alignment options available, and tools used to set alignment, in Excel.

What will be an ideal response?


You can change the alignment of labels and values in cells to position them in relation to the cells' edges - such as left-aligned, right-aligned, or centered. You can apply alignment options using the Home tab, Format Cells dialog box, or the Mini toolbar.

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. plug-in II. script III. ASP IV. PHP V. portal A. Web page containing useful information that has been tailored to a particular user B. an open license program C. needed for browser programs to use additional content functions D. programs that run scripts to include new relevant content each time the page loads E. programming often used to adapt the Web page to new content each time

Computer Science & Information Technology

The ____________________ object of a Web form is used to compare one object's value with the value of another object or with a constant value.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ____________________ Rules format cells based on comparison operators such as greater than, less than, between, and equal to.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the output of the following code?int *p;int x;x = 12;p = &x;cout << x << ", ";*p = 81;cout << *p << endl;

A. 12, 12 B. 12, 81 C. 81, 12 D. 81, 81

Computer Science & Information Technology