If you have =D5*E5 in cell F5 and want to copy that down to F6 through F12, assuming data is contained in cells D6:E12, what is the quickest and easiest way to do that?

What will be an ideal response?


Click in cell F5, place your cursor over the fill handle until the cursor changes to a small, black plus sign. Double-click the fill handle to quickly copy the formula down through cell F12.

Computer Science & Information Technology

You might also like to view...

Given the following classes and their objects:

``` class C1 {}; class C2 extends C1 {}; class C3 extends C1 {}; C2 c2 = new C2(); C3 c3 = new C3(); ``` Analyze the following statement: c2 = (C2)((C1)c3); a. c3 is cast into c2 successfully. b. You will get a runtime error because you cannot cast objects from sibling classes. c. You will get a runtime error because the Java runtime system cannot perform multiple casting in nested form. d. The statement is correct.

Computer Science & Information Technology

Match the following terms to their meanings: I. Grouping II. Order of operations III. Argument IV. Total Row V. Expression A. Data needed to produce the output for a function B. Consist of different elements to produce the desired output C. Summarizes data by the values of a field D. Determines the sequence in which calculations are performed E. Displays results of aggregate functions in last row

in a Datasheet What will be an ideal response?

Computer Science & Information Technology

All the following functions are available from the Macros dialog box, EXCEPT ________ a macro

A) delete B) edit C) export D) run

Computer Science & Information Technology

You can think of ____________________ in a Photoshop image as individual sheets of clear plastic that are in a stack.

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

Computer Science & Information Technology