Tutorial – Number Format in Excel

General format

This is the default format when you enter a value in a cell.

General Format
  • But it's also known as the 'Clean' format.
  • In other words, applying this format removes all special formatting (percentage, date, time, etc.).

The keyboard shortcut for applying the General format is Ctrl+Shift+~ (tilde).

Decimal numbers

  • By default, the Number format assigns two decimal places to your numerical values.
  • You can add or remove decimal places by clicking this icon (next to the number format).
Increase Decrease Decimal with the ribbon

CAUTION: Increasing or decreasing decimal places has no impact on the original value.

  • In the formula bar, you see the original number (with all the decimal places)
  • In the cell, you see the same number formatted with only two decimal places
The original value is visible in the formula bar

Thousand format

This format does not appear in the list of number formats but only in the ribbon. The Thousand format automatically adds a comma every three digits (thousands and millions), making large numbers easier to read 😉

Comma for thousand number

Currency and accounting formats

These formats are almost similar (a few differences in alignment, nothing more).

  • They add the currency symbol (€, $, ÂŁ, etc.) to your numbers
  • The Thousand format (a comma between each group of three digits) is added automatically too.
Accounting format number

The currency symbol shown depends on your computer's regional settings: in the US, Canada, or Australia, it defaults to the Dollar; in the UK, to the Pound.

You can change specific settings (such as the currency symbol and the red color for negative numbers) by clicking:

  1. On the additional options arrow
  2. Select the currency format
  3. The type of display you want (negative numbers in red in this example)
Change the color of the negative currency number

Percentage format

You can apply the Percentage format by:

  • Clicking the percentage icon in the Ribbon
  • Or selecting the percentage format from the drop-down menu
Percentage format

For the percentage format, the value is automatically multiplied by 100.

  • In A1, you have the value 4. By applying the percentage format, the cell will display 400%.
  • In A2, you have the value 0.04. Using the percentage format, the cell will display 4%.

You can also just type the % symbol directly after your number — Excel automatically applies the Percentage format to the cell.

Automatic percentage format

Date format

Dates are essential in Excel. They are often used in calculations or to group data by month or year. But above all, a date is just a number with a specific format applied to it.

For example, if you type any date into a cell, Excel automatically applies the Date format (just like it does for percentages). If you switch back to the General format, you'll see a number, like 45018, instead of the date.

Format Date and General Format
Format Date and General Format

In fact, a date is simply a whole number that Excel displays using a date format. Excel's date system starts at 01/01/1900 — as a numerical value, a date cannot exist before that point.

Worked example: turning a plain number into a date

The value 1 is in cell D1. What will happen when you apply the Date format to cell D1?

Question 1 in Date format

Remember: a date is a whole number in Excel, and the starting point is 01/01/1900. So the value 1 corresponds to the very first day — cell D1 will display 01/01/1900 once the Date format is applied.

Time format

In Excel, an hour is always expressed as a decimal number between 0 and 0.999999.

This is easy to understand, given that a date is always expressed as a whole number.

  • Date = Whole number
  • Time = Decimal number between 0 and 0.999999

If a cell contains 0.5 and you apply the Time format, the result is 12:00:00 (half a day).

Decimal number in Time format

However, many people mistakenly enter their time as whole numbers. This doesn't work: applying the Time format to a whole number always returns 00:00:00 (midnight).

In the following example, Excel interprets 8 as 8 days, not 8 hours. That's why the cell shows 00:00:00 in Time format, while the formula bar shows 08/01/1900 — eight days after Excel's first day.

General format vs Time format
  • When the value is 0.5, in Time format it's 12:00:00 (half a day)
  • To convert a whole number into an hour, divide it by 24, the number of hours in a day 😉

You now know how to read and apply the main number formats in Excel: General, Decimal, Thousand, Currency, Percentage, Date and Time — and how the same underlying number can be displayed in very different ways depending on the format you choose.

Continue learning

Keep building your Excel skills with the rest of this tutorial series: