Conditional formatting ________ can be used to determine the cell formatting that will be displayed
Fill in the blank(s) with the appropriate word(s).
Answer: rules
You might also like to view...
Answer the following statements true (T) or false (F)
1. It is legal to assign C-string variables. 2. The = sign used to give a variable an initial value in a definition, ``` char ch = ‘A’; ``` is different from the = sign in an assignment. ``` ch = ‘B’; ``` 3. The C-string library functions use the null terminator to decide when to stop processing. 4. The C-string library functions are safe and require no special care. 5. The C-string library function strcmp compares two strings for equal length.
____ graphic files in the GIF format have the file extension .gif.
A. Bitmap B. Vector C. Indexed D. Concatenated
Greater than and less than symbols are types of comparison operators
Indicate whether the statement is true or false
The IF function only evaluates a condition if the condition is true
Indicate whether the statement is true or false