How to Calculate Percentage in Excel

Figuring percentages can be a snap when you know the right formulas

What to Know

  • Find % of a number: Place the number in column A and the % in column B. In column C, enter =(A1*B1).
  • Find the % of a total: Put the total in column A and number completed in B. In column C, enter =(B1/A1).
  • Decrease by %: Use the formula =A1*(1-B1). Original number is in A and the percentage to reduce by is in B.

This article explains how to calculate a percentage in Excel using various methods, such as formulas and formatting. The approach you take depends on the result you need and the Excel version you're using. Instructions cover Excel in Microsoft 365, Excel 2019-2007, Excel Online, and Excel for Mac.

How to Calculate Percentage in Excel

Although there's no basic percentage formula in Excel, you can multiply a number by a percentage using a formula. For example, if you have a column containing numbers and want to calculate 10% of one of those numbers, enter 10% in another cell, and then use a formula using the asterisk as the multiplication operator. 

  1. Select an empty cell where you want the answer displayed. Enter an equal sign (=) followed by an open parenthesis to begin creating the formula.

    In Excel for Mac, you don't need the parenthesis.

    Beginning to enter a formula in Excel
  2. Select the cell containing the number for which you want to find 10%. 

    Entering in A1 cell reference
  3. Enter an asterisk (*). 

    Entering an asterisk in the formula
  4. Select the cell in which you entered 10%.

    Entering in the second cell reference
  5. Enter a close parenthesis and press Enter. The calculation appears in the selected cell.

    Example: Enter 573 into cell A1 and 10% into cell B1. Copy the following formula and paste it into cell C1 to calculate 10% of 573:

    =(A1*B1)

    Entering in a close parenthesis.
  6. You should now see the newly computed percentage in cell C1.

    A finished percentage formula in Excel.

Multiply the Cells in a Column by the Same Percentage

You can quickly calculate all the numbers in a column by the same percentage using the same formula with a few extra steps. For instance, if you want to calculate 7% tax for the numbers in column A and display it in column C, you would use the following method:

  1. Enter the numbers you want to multiply by 7% into Column A.

    The number 1000 in cell A1 in Excel
  2. Select Column B

    The B column is highlighted in Excel.
  3. Right-click and select Format Cells.

    Selecting the format cells option in Excel
  4. Select Percentage and select OK.

    Setting the cell format to percentage in Excel
  5. Enter 7% into B1.

    The number 7% is in the B1 cell in Excel
  6. Select B1.

    B1 selected
  7. Point to the lower-right corner of the cell until you see a Plus sign (+). This is the fill handle.

    Fill handle
  8. Select the fill handle/Plus sign and drag it down over the other cells in Column B to copy the percentage to those cells, as well.

    Selecting several cells in Excel.
  9. Select Column C.

    The C column is selected in Excel.
  10. Right-click and select Format Cells.

    Format cells
  11. Select Number and select OK.

    Formatting the cells as numbers in Excel.
  12. Select cell C1 and enter =(A1*B1) in Excel 2019, 2016, Excel 2013, Excel 2010, Excel 2007 or Excel Online.

    Enter =A1*B1 in Excel 2016 for Mac or Excel for Mac 2011.

    Entering in a formula in Excel
  13. The first calculation appears in C1

    First calculation
  14. Select C1.

    Cell C1
  15. Select the fill handle/Plus sign and drag down over the other cells in Column C. This will copy the percentage formula to the other cells and automatically calculate the percentages of all the numbers in the first column.

    The percentage formula has been applied to several cells.

How to Find the Percentage of a Total

Another option is to calculate the percentage of a total. For instance, if you're trying to save $1,500 and are up to $736 in your savings account, you might want to know what percentage of your goal you've reached. Rather than multiplying, you'll need to use a formula to divide. 

  1. Enter the total goal into one cell. For example, enter 1500 into A1

    Cell A1
  2. Enter the total to date in another cell. For example, enter 736 into B1.

    Cell B1
  3. Select the cell where you want to display the percentage. 

    Cell C1
  4. Enter an equal sign and open parenthesis and select the cell containing the total date; in this example, that would be B1)

    In Excel for Mac, you do not need to include the parenthesis.

    =(B1 in cell C1
  5. Type a forward slash, then select the cell containing the total; in this example, it would be /A1.

    =(B1/A1 in C1
  6. Enter a close parenthesis and press Enter.

    In Excel for Mac, you do not need to include the parenthesis.

    Enter close parenthesis

    Your formula should look like this: =(B1/A1) in Excel 2019, 2016, Excel 2013, Excel 2010, Excel 2007 or Excel Online. 

    Your formula should look like this: =B1/A1 in Excel 2016 for Mac or Excel for Mac 2011.

  7. A number appears in the selected cell. 

    Formula results in cell C1
  8. Right-click the cell and select Format Cells

    Format cells
  9. Select Percentage. Adjust the decimals, if desired, then select OK.

    The cell format is changed to a percentage.

    If you're using Excel Online, select Home, point to Number Format and choose Percentage.

  10. The percentage appears in the cell. 

    Result in C1

Change an Amount by a Percentage in Excel

If you want to decrease an amount by a specific percentage, Excel can help. For instance, you might want to decrease your grocery spending on your budget worksheet by 17%. To do so, you'll need to calculate the percentage using multiplication and subtraction.

  1. Enter the amount you want to change by a percentage in the first cell. For example, enter $200 in cell A1.

    $200 in cell A1
  2. Select the second column. 

    The B column is highlighted.
  3. Right-click the cell and select Format Cells. Choose Percentage and select OK.

    If you're using Excel Online, select Home, point to Number Format and choose Percentage.

    Formatting the cells as a percentage.
  4. Enter the percentage by which you want to reduce the original amount in the second column. For instance, enter 17% in B1.

    17% in cell B1
  5. Select inside the third cell where you want to display the changed amount.

    Target cell C1
  6. For this example, the formula you would use is =A1*(1-B1). The formula in parentheses calculates the percentage, which the remainder of the formula subtracts from the original amount.

    To increase the amount by a percentage, use the same formula but simply replace the Plus sign (+) with a Minus sign (-).

    Formula in C1
  7. You should see the result after pressing Enter.

    Result in C1
Was this page helpful?