Please briefly describe these three ways to position data within cells: Orientation, Wrap Text, and Merge. Also, include an example of when you would use each type of positioning.

What will be an ideal response?


-Orientation: Rotates cell contents to an angle or vertically.
Example (Answers will vary): I need to show column labels in a narrow column.

-Wrap Text: Moves data to a new line when the cell is not wide enough to display all the contents.
Example (Answers will vary): I am including a long product description and I want the text to wrap.

-Merge: Combines multiple cells into one cell
Example (Answers will vary): I want to include a title across the top of the worksheet that spans several rows.

Computer Science & Information Technology

You might also like to view...

__________ is the function that delivers a key to two parties who wish to exchange secure encrypted data.

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

Computer Science & Information Technology

NumberFormat static method ________ returns a NumberFormat that’s used to format a number as a percentage.

a. percent b. getPercentInstance c. percentage d. toPercent

Computer Science & Information Technology

In Java, there is one way to make an application program create a window.

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

Computer Science & Information Technology

In a tab delimited file, ________ separate the data

A) hyphens B) spaces C) tabs D) commas

Computer Science & Information Technology