To insert a comment into a cell, you click New Comment in the ________

A) Comments group on the REVIEW tab
B) Comments group on the INSERT tab
C) Documentation group on the REVIEW tab
D) Documentation group on the INSERT tab

Answer: A

Computer Science & Information Technology

You might also like to view...

Draw a statechart describing the behavior of the AnnounceTournamentControl object based on the sequence diagrams of Figures 5-26 through 5-28. Treat the sending and receiving of each notice as an event that triggers a state change.

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

Computer Science & Information Technology

Given that Y is a numeric variable, which of the following is NOT equivalent to: (Y <= 10)

a. (Y < 10) || (Y == 10) b. (Y < 10) && (Y == 10) c. !(Y > 10) d. (Y > 5) && (Y < 11)

Computer Science & Information Technology