Which of the following step should be followed to edit the range reference to a cell when you have double-clicked the cell containing the formula or function??

A. ?Right-click on the cell containing the range and select the Format Cells option from the list
B. ?Position thecursor on the cellwhere the formula should appear
C. ?Drag the cell and place it on top of the reference cell
D. ?Select the range again and drag a handle on the border of the shading


Answer: D

Computer Science & Information Technology

You might also like to view...

Consider the example string network in Figure 4.5 where only five nodes are shown. Write a program to create a similar topology of 40 nodes. Apply the SDLA algorithm to add five LLs. Also apply the MinAPL, MaxBC, and MaxCC strategies to add the same number of LLs. Compare APL values after adding each LL with the above strategies. What is the percentage deviation for each APL value? Also compare the execution time of these algorithms. Comment on overall performance of all the strategies.

Computer Science & Information Technology

Which method sets the text that's displayed when the user hovers over a JLabel?

a. setHover b. setHoverText c. setToolTip d. setToolTipText

Computer Science & Information Technology

The ________ control in Visual Basic allows users to select one or more options at the same time

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Excel, to recognize the data type of a single cell, we will look at the default ALIGNMENT of the data. Now choose the correct statement:

A. Dates are counted as texts so they are left-aligned B. Dates are counted as logical values so they are middle-aligned C. Dates are counted as numbers so they are right-aligned

Computer Science & Information Technology