Why would you want to use the Increase Decimal or Decrease Decimal buttons on the Home tab?
What will be an ideal response?
Use Increase Decimal or Decrease Decimal on the Home tab to display more decimal places for greater or lesser precision. If, for example, a whole column contains whole dollar values and no cents, displaying .00 down the column looks cluttered. It is also important for number formats to be consistent and decreasing or increasing decimal places can keep numbers consistent in a row, column, or range.
You might also like to view...
A 2-3 tree of height h always has at least ______ nodes.
a) h2 b) h2 – 2 c) 2h d) 2h – 1
Which of the following function declarations will accept either cout or a file stream object as its argument?
a. void output( fstream &outFile); b. void output( ofstream &outFile); c. void output( ostream &outFile); d. void output( iostream &outFile);