A 3-D reference has the following structure: ________
A) =worksheet name?cell reference
B) ="worksheet name!cell reference"
C) =worksheet name!cell reference
D) ='worksheet name!'cell reference
Answer: C
You might also like to view...
As you type, if a word extends beyond the left margin, Word automatically positions that word on the next line along with the insertion point.
Answer the following statement true (T) or false (F)
Files sent to the Recycle Bin are immediately and totally removed from the computer hard drive
Indicate whether the statement is true or false
To rearrange tiles on the Start screen, you can snap the tiles into place
Indicate whether the statement is true or false
Suppose that you have the following declaration.enum cars {FORD, GM, TOYOTA, HONDA};cars domesticCars = FORD;The statement:domesticCars = static_cast
A. FORD B. GM C. TOYOTA D. HONDA