Available number formats in Excel
In Excel, number formats allow you to display data in various ways, such as currency, percentages, dates, or scientific notation. Here are the available number formats in Excel and how you can apply them:
1. General Format
- Description: The default format applied to cells in Excel. It displays numbers exactly as they are typed without any specific formatting applied.
- When to Use: Use this for raw data or when you don’t need any specific formatting applied to your numbers.
2. Number Format
- Description: Used for general numbers. You can specify the number of decimal places, whether to use a thousands separator, and how to display negative numbers.
- Example: 1,000.00 or -1,000.00
- When to Use: For most numeric data, such as counts, measurements, and basic calculations.
- Customization: You can specify decimal places, add or remove thousands separators, and define how negative numbers appear.
3. Currency Format
- Description: This format is used for monetary values and displays the number with a currency symbol.
- Example: $1,000.00 or €1,000.00
- When to Use: For financial data or when you need to show prices or amounts of money.
- Customization: You can choose the currency symbol, number of decimal places, and how to display negative numbers.
4. Accounting Format
- Description: Similar to the Currency format but aligns the currency symbols and decimal points in a column. This makes it easier to read financial data when the numbers are lined up.
- Example: $1,000.00 or €1,000.00, with the currency symbol aligned to the left.
- When to Use: For accounting reports or financial statements where column alignment is important.
5. Date Format
- Description: Used for displaying dates in various formats, such as day/month/year or month/day/year.
- Example: 12/31/2025, 31-Dec-2025, or 2025-12-31
- When to Use: For any data that represents dates, such as schedules, birthdates, or timelines.
- Customization: You can change the format of the date to different styles depending on your regional settings or preference (e.g., month/day/year or day/month/year).
6. Time Format
- Description: Displays times in hours, minutes, and seconds.
- Example: 10:30 AM or 14:30
- When to Use: For data that represents time, such as hours worked, event durations, or schedules.
- Customization: You can customize the time format, such as 24-hour or 12-hour format with AM/PM.
7. Percentage Format
- Description: Multiplies the number by 100 and displays it with a percentage sign.
- Example: 50% or 12.5%
- When to Use: For data representing percentages, such as discounts, interest rates, or completion progress.
- Customization: You can specify the number of decimal places to display.
8. Fraction Format
- Description: Displays the number as a fraction.
- Example: 1/2 or 3/4
- When to Use: For representing values as fractions, such as measurements in recipes or in some mathematical contexts.
- Customization: You can choose how to display fractions (e.g., as simple fractions or as mixed fractions).
9. Scientific Format
- Description: Displays numbers in scientific notation (e.g., 1.23E+10), useful for very large or very small numbers.
- Example: 1.23E+10 or 3.45E-5
- When to Use: For scientific, engineering, or large data sets where numbers can be extremely large or small.
- Customization: You can specify the number of decimal places in scientific notation.
10. Text Format
- Description: Treats the contents of the cell as text, even if it is a number. It prevents Excel from performing calculations on the data.
- Example: “123” (as text, not a number).
- When to Use: When you want to enter data as text (e.g., phone numbers, postal codes, or IDs).
- Customization: This format does not require customization, but any numeric entry will be treated as text.
11. Custom Format
- Description: Allows you to create a custom number format using codes to control how numbers are displayed.
- Example:
0.00for two decimal places, or#,##0for thousands separators with no decimals.
- Example:
- When to Use: When you need very specific number formatting that isn’t covered by the standard formats.
- Customization: You can define your own rules using codes (e.g., adding custom text before or after numbers).
Common Custom Number Format Codes:
- 0: Displays insignificant zeros when the number has fewer digits than the format specifies (e.g.,
0000will display1234as1234). - #: A placeholder for digits; it only displays a digit if there is one.
- .: Decimal point.
- ,: Thousands separator or scaling (e.g.,
#,##0,divides the number by 1,000). - %: Converts the number to a percentage (multiplies by 100).
- _ (underscore): Adds space for the next character to align elements.
How to Apply Number Formats in Excel:
- Select the Cell(s):
- Click on the cell or range of cells you want to format.
- Go to the Home Tab:
- On the Home tab, in the Number group, use the drop-down menu to choose a predefined format (e.g., Currency, Percentage, etc.).
- For more options, click the small arrow at the bottom right of the Number group to open the Format Cells dialog box, where you can choose from additional options or create a Custom format.
By using these number formats, you can enhance the readability of your data and ensure that it is displayed in the correct form for your specific needs.