To change the background fill color of duplicate values, in the _____ group on the Home tab, click the Conditional Formatting button, and then click Manage Rules.
A. Format
B. Options
C. Styles
D. Tools
Answer: C
You might also like to view...
Which of the following prototypes would be appropriate for a function whose purpose is to write to a text file a class Bird object? The function does not open the output file; it assumes the file is already open.
a. void writeBird( ofstream&, const Bird& ); b. void writeBird( ifstream&, const Bird& ); c. void writeBird( cout, Bird ); d. void writeBird( const string& Bird );
Which of the following is considered a multiple-alternative if statement?
``` a. if (x < y) r = r + 1; else if (x > y) r = r - 1; else r = 0; * b.if (x == y) x = x + 1; else y = y + 1; c. if (x == y) cout << y; if (x == t) cout << t; d. if (x == y) if (t == m) r = r + 1; e. None of the above. ```
Identify the letter of the dialog box used that best matches the description.
A. Code dialog box B. Properties dialog box C. Assign Macro dialog box D. Excel Options dialog box E. Macro Options dialog box
A company's BYOD policy requires the installation of a company provide mobile agent on their on their personally owned devices which would allow auditing when an employee wants to connect a device to the corporate email system. Which of the following concerns will MOST affect the decision to use a personal device to receive company email?
A. Personal privacy B. Email support C. Data ownership D. Service availability