If a cell containing =B$14 is copy and pasted three columns over and two rows down, what would the resultant cell reference become?

A) B16 B) E$14 C) $E$14 D) B$16


B

Computer Science & Information Technology

You might also like to view...

What does the function given here do when called if both the ampersands (&) are removed? Why?

``` void func(int& x, int& y) { int t = x; x = y; y = t; ``` What will be an ideal response?

Computer Science & Information Technology

Modify the function you wrote for exercise 20 to descend all subdirectories of the named directory recursively and to find the maximum length of any filename in that hierarchy.

What will be an ideal response?

Computer Science & Information Technology

OS X and iOS devices include iCloud

Indicate whether the statement is true or false

Computer Science & Information Technology

Use the ____ property to create a custom status bar message.

A. defaultStatus B. stat C. statusStyle D. style

Computer Science & Information Technology