Conditional formatting

A) formats the condition of the worksheet in preparation for printing.
B) tags a table element as a reference in a formula.
C) calculates an aggregate for values in a range or database.
D) highlights or emphasizes cells that meet certain conditions.

D

Computer Science & Information Technology

You might also like to view...

Which of the following What-If analysis tools is an add-in?

A) Goal Seek B) PivotTable C) Solver D) Scenario Manager

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. When you write ifstream inStream; inStream.open(”infile.dat”); the file, infile.dat must be located in the directory where the program is being run. 2. When you use the open member function to tie a file name to a file stream, the file name is called the external file name, and the program refers to the file by the stream name.

Computer Science & Information Technology