To calculate percentages in Excel, you can use various formulas and functions depending on what you want to calculate. Here are some common scenarios:
Calculate a Percentage of a Total:
- If you want to find what percentage one number is of another, use the formula:
=(Part/Total)*100- For example, if you have 20 out of 50, the formula would be
=(20/50)*100which equals 40%.
- For example, if you have 20 out of 50, the formula would be
- If you want to find what percentage one number is of another, use the formula:
Calculate the Percentage Change:
- If you have two numbers and want to calculate the percentage change between them, you can use the formula:
=((New Value - Old Value) / Old Value) * 100- For example, if the old value is 50 and the new value is 70, the formula would be
=((70-50)/50)*100which equals a 40% increase.
- For example, if the old value is 50 and the new value is 70, the formula would be
- If you have two numbers and want to calculate the percentage change between them, you can use the formula:
Display Percentages in Cells:
- If you want to format a cell to display a percentage, select the cell, right-click, choose "Format Cells," and under the "Number" tab, select "Percentage."
Using Excel Functions:
- Excel also provides functions like
SUM,AVERAGE, andCOUNTthat can be combined with percentage calculations. For example, you can use=SUM(A1:A5)/B1to calculate the percentage of the sum of values in cells A1 to A5 compared to the value in cell B1.
- Excel also provides functions like
Remember to adjust cell references and formulas as per your specific data and requirements in your Excel spreadsheet.


