A _________is a horizontal bar that is always placed in the cell containing the value it represents.?
A. space bar
B. data bar
C. taskbar
D. toolbar

Fill in the blank(s) with the appropriate word(s).

data bar

Rationale: A data bar is conditional formatting that adds a horizontal bar to the background of a cell containing a number. Data bars are always placed in the cells containing the value they represent, and each cell represents only a single bar. See 16-9: Inserting and Modifying Data Bars

Computer Science & Information Technology

You might also like to view...

What is a Varray? What are the similarities and differences between a Varray and a PL/SQL Table?

What will be an ideal response?

Computer Science & Information Technology

Which of the following correctly declares a user-defined data type that defines a pointer to a float?

a. float* floatPtr ; b. typedef float* floatPtr; c. typedef floatPtr *float; d. typedef floatPtr* float

Computer Science & Information Technology