The cell range containing the data you selected, that you will use repeatedly in your worksheet, appears in the ____ text box in the Custom Lists dialog box.
A. Import list from cells
B. Export list from cells
C. Save list from cells
D. Define list from cells
Answer: A
Computer Science & Information Technology
You might also like to view...
The motion path of a custom path is indicated by a:
A) red starting point and a green ending point. B) green starting point and a red ending point. C) solid red line. D) dashed green line.
Computer Science & Information Technology
The following code snippet is supposed to output “true” if the string “c++” is in the map
``` if (mymap["c++"]==0) { cout << "false" << endl; } else { cout << "true" << endl; } ```
Computer Science & Information Technology