Clicking the percentage style in the number format list applies _____ decimal places by default.

By default, cells formatted as a percentage display as many decimal places as you type in them. You can change this setting so all cells display the same number of decimal places.

Changes to decimal settings apply to both percentages and numbers in a selected range of cells. For example, if you change the format of a cell from a percentage to a decimal, the number of decimal places displayed doesn’t change.

  1. Select the cells or table you want to format.

  2. In the Format

    Clicking the percentage style in the number format list applies _____ decimal places by default.
     sidebar, click the Cell tab.

  3. Click the Data Format pop-up menu, then select Percentage.

  4. Do any of the following:

    • Set the number of decimal places: In the Decimals field, type the number of decimal places you want to display. Numbers rounds the display value instead of truncating the display value. For example, if the value in the cell is “5.75” and you set the number of decimal places for the cell to 0 (zero), Numbers displays “6”.

    • Display as many decimal places as you type in each cell: Delete the number in the Decimals field or click the Decimals down arrow until you reach the Auto setting.

    • Specify how negative values appear: Choose an option from the pop-up menu to the right of the Decimals field.

    • Show the thousands separator: Select the Thousands Separator tick box.

If you format a cell that already contains a value, the value is assumed to be a decimal and it’s converted into a percentage. For example, 3 becomes 300%.

If a percentage value is used in a formula, its decimal number version is used. For example, a value that displays as 3% is used as 0.03 in a formula.

By default, cells formatted as percentages display as many decimal places as you type in them. You can change this setting so that all cells display the same number of decimal places.

Changes to decimal settings apply to both percentages and numbers in a selected range of cells. For example, if you change the format of a cell from a percentage to a decimal, the number of decimal places displayed doesn’t change.

  1. Select the cells or table you want to format.

  2. In the Format

    Clicking the percentage style in the number format list applies _____ decimal places by default.
     sidebar, click the Cell tab.

  3. Click the Data Format pop-up menu, then choose Percentage.

  4. Do any of the following:

    • Set the number of decimal places: In the Decimals field, type the number of decimal places you want to display. Pages rounds the display value instead of truncating the display value. For example, if the value in the cell is “5.75” and you set the number of decimal places for the cell to 0 (zero), Pages displays “6.”

    • Display as many decimal places as you type in each cell: Delete the number in the Decimals field, or click the Decimals down arrow until you reach the Auto setting.

    • Specify how negative values appear: Click the pop-up menu to the right of the Decimals field and choose an option.

    • Show the thousands separator: Select the Thousands Separator checkbox.

If you format a cell that already contains a value, the value is assumed to be a decimal and is converted to a percentage. For example, 3 becomes 300%.

If a percentage value is used in a formula, its decimal number version is used. For example, a value that appears as 3% is used as 0.03 in a formula.

Format numbers as percentages

Excel for Microsoft 365 Excel for Microsoft 365 for Mac Excel for the web Excel 2021 Excel 2021 for Mac Excel 2019 Excel 2019 for Mac Excel 2016 Excel 2016 for Mac Excel 2013 Excel 2010 Excel 2007 Excel for Mac 2011 More...Less

Learn how to display numbers as percentages in Excel and view examples of several basic techniques for calculating percentages in your worksheet.

In this article

  • How Excel handles percentages

  • Display numbers as percentages

  • Tips for displaying percentages

  • Examples of calculating percentages

    • Example 1: Increase or decrease a number by a percentage

    • Example 2: Calculate an amount based on a percentage

    • Example 3: Calculate the percentage based on two amounts

    • Example 4: Calculate an amount based another amount and a percentage

    • Example 5: Calculate the difference between two numbers and show it as a percentage

How Excel handles percentages

Although formatting numbers as percentages is straightforward, the results you get after you apply the format may vary, depending on whether the numbers already exist in your workbook.

  • Formatting cells that already contain numbers    If you apply the Percentage format to existing numbers in a workbook, Excel multiplies those numbers by 100 to convert them to percentages. For example, if a cell contains the number 10, Excel multiplies that number by 100, which means that you will see 1000.00% after you apply the Percentage format. This may not be what you expected. To accurately display percentages, before you format the numbers as a percentage, make sure that they have been calculated as percentages, and that they are displayed in decimal format. Percentages are calculated by using the equation amount / total = percentage. For example, if a cell contains the formula =10/100, the result of that calculation is 0.1. If you then format 0.1 as a percentage, the number will be correctly displayed as 10%. To learn more about calculating percentages, see Examples of calculating percentages.

  • Formatting empty cells    If you apply the Percentage format to cells, and then type numbers into those cells, the behavior is different. Numbers equal to and larger than 1 are converted to percentages by default; and numbers smaller than 1 are multiplied by 100 to convert them to percentages. For example, typing 10 or 0.1 both result in 10.00%. (If you don't want to display the two zeros after the decimal point, it's easy to get rid of them, as explained in the following procedure.)

Top of Page

Display numbers as percentages

To quickly apply percentage formatting to selected cells, click Percent Style

Clicking the percentage style in the number format list applies _____ decimal places by default.
in the Number group on the Home tab, or press Ctrl+Shift+%. If you want more control over the format, or you want to change other aspects of formatting for your selection, you can follow these steps.

  1. On the Home tab, in the Number group, click the icon next to Number to display the Format Cells dialog box.

    Clicking the percentage style in the number format list applies _____ decimal places by default.

  2. In the Format Cells dialog box, in the Category list, click Percentage.

    Clicking the percentage style in the number format list applies _____ decimal places by default.

  3. In the Decimal places box, enter the number of decimal places that you want to display. For example, if you want to see 10% instead of 10.00%, enter 0 in the Decimal places box.

Top of Page

Tips for displaying percentages

  • To reset the number format of selected cells, click General in the Category list. Cells that are formatted with the General format have no specific number format.

  • If you want negative percentages to stand out—for example, you want them to appear in red—you can create a custom number format (Format Cells dialog box, Number tab, Custom category). The format should resemble the following: 0.00%;[Red]-0.00%. When applied to cells, this format displays positive percentages in the default text color and negative percentages in red. The portion that follows the semicolon represents the format that is applied to a negative value.

    Clicking the percentage style in the number format list applies _____ decimal places by default.

    Similarly, you can display negative percentages in parentheses by creating a custom format that resembles this one: 0.00%_);(0.00%). For more information about how to create custom formats, see Create or delete a custom number format.

  • You can also use conditional formatting (Home tab, Styles group, Conditional Formatting) to customize the way negative percentages appear in your workbook. The conditional formatting rule you create should be similar to the one shown in the following example. This particular rule instructs Excel to apply a format (red text) to a cell if the cell value is less than zero. For more information about conditional formatting, see Add, change, find, or clear conditional formats.

    Clicking the percentage style in the number format list applies _____ decimal places by default.

Top of Page

Examples of calculating percentages

This section shows several simple techniques for calculating percentages.

Example 1: Increase or decrease a number by a percentage

Scenario    If you spend an average of $25 on food each week, and you want to cut your weekly food expenditures by 25%, how much can you spend? Or, if you want to increase your weekly food allowance of $25 by 25%, what is your new weekly allowance?

If B2 is the amount that you spend on food, and C2 is the percentage you want to decrease that amount by, you can enter =B2*(1-C2) in D2 to find the result:

Clicking the percentage style in the number format list applies _____ decimal places by default.

In this formula, 1 is used to represent 100%. Similarly, if you wanted to increase the amount by a certain percentage, you would enter =B2*(1+C2) in D2:

Clicking the percentage style in the number format list applies _____ decimal places by default.

Top of Page

Example 2: Calculate an amount based on a percentage

Scenario    If you purchase a computer for $800 and there is an 8.9% sales tax, how much do you have to pay for the sales tax? In this example, you want to find 8.9% of 800.

If B2 is the price and C2 is the sales tax, you can type the formula =B2*C2 in D2, as shown here:

Clicking the percentage style in the number format list applies _____ decimal places by default.

This formula multiplies 800 by 0.089 (the underlying percentage in decimal form) to find the sales tax to pay.

Top of Page

Example 3: Calculate the percentage based on two amounts

Scenario    For example, if a student scored 42 points correctly out of 50 on a test, what is the percentage of correct answers?

In this scenario, if the number in B2 is points answered correctly and the number in C2 is the total points possible, you can type the formula =B2/C2 in D2 to find the grade.

Clicking the percentage style in the number format list applies _____ decimal places by default.

This formula divides 42 by 50 to find the percentage of correct answers. (In the example shown here, the grade is formatted as a percentage without any decimal places showing.)

Top of Page

Example 4: Calculate an amount based another amount and a percentage

Scenario    For example, the sale price of a shirt is $15, which is 25% off the original price. What is the original price? In this example, you want to find 75% of which number equals 15.

If B2 is the sale price, and C2 is 0.75, which is 100% minus the 25% discount (in decimal form), you can enter the formula =B2/C2 in D2 to find the original price:

Clicking the percentage style in the number format list applies _____ decimal places by default.

This formula divides the sale price by the percentage paid to find the original price.

Top of Page

Example 5: Calculate the difference between two numbers and show it as a percentage

Scenario    For example, the earnings for your department are $2,342 in November and $2,500 in December. What is the percentage change in earnings between these two months? To do this task, use the subtraction (-) and division (/) operators in a single formula.

If B2 represents November earnings, and C2 represents December earnings, you can use the formula =(C2-B2)/ (B2) in D2 to find the difference:

Clicking the percentage style in the number format list applies _____ decimal places by default.

This formula divides the difference between the second and first numbers by the value of the first number to obtain the percentage change. (In the example shown here, the difference is formatted as a percentage with two decimal places.)

Top of Page

Need more help?

You can always ask an expert in the Excel Tech Community or get support in the Answers community.

Need more help?

Do you have selected a cell with the formula Which of the following can you use to copy the formula to an adjacent cell?

Simply do the following: Select the cell with the formula and the adjacent cells you want to fill. Click Home > Fill, and choose either Down, Right, Up, or Left. Keyboard shortcut: You can also press Ctrl+D to fill the formula down in a column, or Ctrl+R to fill the formula to the right in a row.

Where can you see a brief description of a selected function?

Press the Insert Function icon. You can search for functions by typing in keywords and pressing the Go button, or select functions based on category using the drop down menu. Select a function. View the brief description of what the function does.

When you run the spell checker in a workbook Excel automatically check the spelling in all worksheets at once?

To check spelling for any text on your worksheet, click Review > Proofing > Spelling. Here are some things that happen when you use the spelling checker: If you select a single cell for spell check, Excel checks the entire worksheet, including the comments, page headers, footers and graphics.

Where can you see a preview of how your work sheet will look when printed including headers?

When you select one or more sheets and then click File > Print, you'll see a preview of how the data will appear on the printout. Select the worksheet(s) you want to preview.