To create a table from an existing range of data,
A) click in a cell and on the Home tab, click the Insert arrow in the Cells group.
B) click the Insert tab and then click Table in the Tables group.
C) select any cell in the worksheet then click Existing Range in the Tools group.
D) click within the range, click the Table Tools Design tab, and then select Convert to Table.
B
You might also like to view...
The numeric data types in C++ can be broken into two general categories which are
a. numbers and characters b. singles and doubles c. integers and floating-point numbers d. real and unreal numbers e. numbers and literals
_______________ are used for long-term retention of large amounts of data.
a) Arrays b) Buffers c) Files d) Data structures.
An electronic component can be damaged with as little as volts of static electricity
A) 2 B) 10 C) 30 D) 40
What statement is true about a field specified in the USING clause?
a. The column loses its table identity, so it cannot be referenced in the SELECT or any other clause. b. The column loses its table identity, so it must be fully qualified when referenced in the SELECT or any other clause. c. The column does not lose its table identity, so it must be fully qualified when referenced in the SELECT or any other clause. d. The column loses its table identity, so it does not need to be qualified when referenced in the SELECT or any other clause.