List at least five guidelines and rules for naming a range.

What will be an ideal response?


Answers may vary, but should contain five guidelines or rules. Range names may contain up to 255 characters and must begin with a letter or an underscore. You can use a combination of uppercase and lowercase letters, numbers, periods, and underscores. A range name cannot have any spaces or special characters and should describe the contents of the range. Range names cannot be identical to cell contents. It is suggested to keep range names short.

Computer Science & Information Technology

You might also like to view...

Whatever you use or download from a Web page is called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the filename resume.doc, the ____ is doc.

A. extension B. path C. attribute D. type

Computer Science & Information Technology

Assuming ptNum is a pointer, the statement ____ uses the pointer and then increments it.

a. *++ptNum b. *ptNum++ c. *ptNum-- d. *--ptNum

Computer Science & Information Technology

Present what each individual BNF rule looks like, and briefly explain its components.

What will be an ideal response?

Computer Science & Information Technology