What is the proper format of an external reference to a workbook or worksheet thats name contains spaces; source and destination files are in the same folder?

A) Worksheet'!Cell B) [WorkbookName]Worksheet!Cell
C) '[WorkbookName]Worksheet'!Cell D) ''[WorkbookName]Worksheet''!Cell


C

Computer Science & Information Technology

You might also like to view...

How many lines of output will be displayed by the following program fragment?

``` for (i = 0; i < 5; i = i + 1) for (j = 0; j < i; j = j + 1) printf("%d %d\n", i, j); ``` a. 0 b. 5 c. 9 d. 10 e. 20

Computer Science & Information Technology

What is the maximum length for a field name?

A. 32 characters B. 64 characters C. 16 characters D. 20 characters

Computer Science & Information Technology

What is the SQL statement needed to delete a column named ProductCode from a table named Products?

What will be an ideal response?

Computer Science & Information Technology

ALL of the following are true about preparing worksheets for printing EXCEPT:

A) Spell check should be done to prevent typos or misspellings. B) An embedded chart should not be selected unless that is the only object to be printed. C) You must print worksheets in a workbook individually. D) Page layout view can be used for any worksheet adjustments.

Computer Science & Information Technology