You can enter a(n) _________ in the Name box to select a range in the worksheet.
A. range formula
B. range data
C. range reference
D. range function

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


range reference

Rationale: You can enter a range reference in the Name box to select a range in the worksheet. Just as a cell reference indicates the location of an individual worksheet cell, a range reference indicates the location and size of a range. See 13-5: Working with Cells and Ranges

Computer Science & Information Technology

You might also like to view...

What is wrong with this code?

```class Square { private: int side = 4; public: Square() {side = 4;} void SetSide(int s) {side = s;} };``` A. Nothing is wrong with the code. B. side can’t be initialized in the set. C. side can’t be initialized in the private section. D. no need to initialize in the constructor because it is initialized in the private section.

Computer Science & Information Technology

When sent via email, a presentation is sent as a(n) ____.

A. attachment B. picture C. Microsoft Word document D. link

Computer Science & Information Technology

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

Autopsy for Windows cannot analyze data from image files from other vendors.

Computer Science & Information Technology

What is required by gpg2 for it to be able to verify digitally signed files?

What will be an ideal response?

Computer Science & Information Technology