How do you format a cell or range?

What will be an ideal response?


To format a cell or range, first you select it, then you apply the formatting using the Ribbon, Mini toolbar, or a keyboard shortcut.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a web design recommended practice?

a. design your site to be easy to navigate b. use dark text on dark backgrounds c. design your pages to load quickly d. limit the use of animated items

Computer Science & Information Technology

Which of the following statements about heavyweight components is false?

a. AWT components are not heavyweight components. b. Several Swing components are heavyweight components. c. The look-and-feel may vary across platforms. d. The functionality may vary across platforms.

Computer Science & Information Technology

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

1. Inside a Java method definition, you can use the keyword this as a name for the calling object. 2. Boolean expressions may be used to control if-else or while statements. 3. The modifier private means that an instance variable can be accessed by name outside of the class definition. 4. It is considered good programming practice to validate a value passed to a mutator method before setting the instance variable.

Computer Science & Information Technology

How is the address 127.0.0.1 listed in the HOSTS file?

A. loopback B. localhost C. root D. gateway

Computer Science & Information Technology