In conditional formatting what happens if the cell value does not pass the logical test?
A) The cell is not formatted.
B) A small green triangle displays in the top-left corner of the cell.
C) The cell is formatted with Excel's default FALSE format.
D) The cell is formatted however you have determined for the FALSE result.
A
You might also like to view...
Modularizing a program makes it more efficient by including highly cohesive code and calling another module for each separate task.
Answer the following statement true (T) or false (F)
The CATV signal enters a building through a single line, usually a coaxial cable.
Answer the following statement true (T) or false (F)
Avoid writing long methods. Consider refactoring when the method exceeds ____________ lines of code
Fill in the blank(s) with the appropriate word(s).
What is Math.rint(3.6)?
a. 3.0 b. 3 c. 4.0 d. 5.0