Concepts


What are the most useful number formats?

Spreadsheet were invented to process and display numerical data. So it's not surprising that Excel provides many options for formatting numerical data. This concept takes a look at the most useful number formats.

To change the format of a cell or group of cells:

  1. Select the cell or cells you want to format.
  2. Choose the Cells... option from the Format menu. This will display the following dialog box:

The valid formats are listed on the left side of the dialog box. The right side of the dialog box lists the options that are valid for the selected category on the left.

There are a couple of salient points to make about number formatting. First, the cell format (General, Fixed, Currency, etc.) is independent from the cell value. You can change the format of the cell as many times as you like, but the value remains the same. What is displayed for the value may change drastically, but the original value is always recoverable.

The second point that can be made is that number formats can also be applied to cells that contain text. The default format is General, which is valid for numeric as well as text values. When you change between formats text values remain as text and are not interpreted according to the current format. Numeric values are interpreted according to the selected format. For example, if you enter "1 and switch between General, True/False, Date, "1 is always displayed. If you enter the number 1 and switch between the same formats you will get 1, TRUE, 1/1/00.

The third and final point is that number formats don't have to be applied to cells with static data. If the cell contains a formula the results of the formula are interpreted and displayed according to the cell format.

Now for the most popular formats and their uses:

General
This is the default format. This format is valid for both numeric and text data. Numeric values can be integer as well as fixed point or floating point.
Number
This format lets you control the number of digits displayed to the right of the decimal point.
Currency
This format used often because many spreadsheets deal with financial data. This format displays the value with a currency symbol and decimal point. To quickly format cells as currency use the button from the tool bar.
Percent
This format displays the number as a percentage. For example, .5 would be displayed as 50%. When using this format it's important to remember that the format doesn't change the value. So if A1 was formatted as Percent and the value displayed was 25%, A1*8 would be 2.

The one other format you may want to consider is Scientific. If you are working with very large or very small numbers you will want to use this format.


Copyright 1996 by the Curators of the University of Missouri