Which of the following is NOT a way to define a name for a cell or group of cells?

A) Select the range, open Name Manager, click New, and then type the name.
B) Select the range, click in the Name box, and then type the name.
C) Select the range, click in the Formula Bar, and then type the name.
D) Select the range, click the Define Name button, and then type the name.

C

Computer Science & Information Technology

You might also like to view...

The binary search algorithm in the text makes recursive on subarrays of the array passed to the algorithm. The range passed to the search function is first to last. The search algorithm makes recursive calls on the left or right subarray that target will be in, if the target is present. What are the left and right ends of the left subarray?

a. first, mid – 1 b. first, mid + 1 c. mid – 1, left d. mid + 1, left e. left, mid

Computer Science & Information Technology

With this application, each packet is encrypted prior to transmission across the network link.

What will be an ideal response?

Computer Science & Information Technology